Uses of Class
com.offbynull.coroutines.instrumenter.asm.VariableTable
Packages that use VariableTable
Package
Description
Coroutine instrumentation classes.
Generic ASM classes.
-
Uses of VariableTable in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type VariableTableModifier and TypeMethodDescriptionprivate CacheVariables
MethodAnalyzer.allocateCacheVariableSlots
(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch) private LockVariables
MethodAnalyzer.allocateLockVariableSlots
(VariableTable varTable, boolean containsSyncPoints) private StorageContainerVariables
MethodAnalyzer.allocateStorageContainerVariableSlots
(VariableTable varTable) private StorageVariables
MethodAnalyzer.allocateStorageVariableSlots
(VariableTable varTable, MethodAnalyzer.TypeTracker storageTypes) -
Uses of VariableTable in com.offbynull.coroutines.instrumenter.asm
Methods in com.offbynull.coroutines.instrumenter.asm that return VariableTable