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 StorageSizesLocalsStateGenerators. 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 StorageSizesOperandStackStateGenerators. 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.
-