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 CacheVariablesMethodAnalyzer.allocateCacheVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch) private LockVariablesMethodAnalyzer.allocateLockVariableSlots(VariableTable varTable, boolean containsSyncPoints) private StorageContainerVariablesMethodAnalyzer.allocateStorageContainerVariableSlots(VariableTable varTable) private StorageVariablesMethodAnalyzer.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