Uses of Class
com.offbynull.coroutines.instrumenter.StorageSizes
-
Packages that use StorageSizes Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of StorageSizes in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter that return StorageSizes Modifier and Type Method Description static StorageSizes
LocalsStateGenerators. computeSizes(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
Compute sizes required for the storage arrays that will contain the local variables table at this frame.static StorageSizes
OperandStackStateGenerators. computeSizes(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame, int offset, int length)
Compute sizes required for the storage arrays that will contain the operand stack at this frame.
-