Uses of Class
com.offbynull.coroutines.instrumenter.asm.VariableTable
-
Packages that use VariableTable Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.instrumenter.asm Generic ASM classes. -
-
Uses of VariableTable in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type VariableTable Modifier and Type Method Description private 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 Modifier and Type Method Description private VariableTableVariableTable.Variable. getParent()
-