Uses of Class
com.offbynull.coroutines.instrumenter.StorageSizes
Packages that use StorageSizes
-
Uses of StorageSizes in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter that return StorageSizesModifier and TypeMethodDescriptionstatic 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.