public class CDexBackedMethodImplementation extends DexBackedMethodImplementation
codeOffset, dexFile, method| Constructor and Description |
|---|
CDexBackedMethodImplementation(DexBackedDexFile dexFile,
DexBackedMethod method,
int codeOffset) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDebugOffset() |
int |
getInsCount() |
protected int |
getInstructionsSize() |
protected int |
getInstructionsStartOffset() |
int |
getRegisterCount()
Gets the number of registers in this method.
|
protected int |
getTriesSize() |
getDebugItems, getInstructions, getParameterNames, getSize, getTryBlockspublic CDexBackedMethodImplementation(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexBackedMethod method,
int codeOffset)
public int getInsCount()
public int getRegisterCount()
MethodImplementationgetRegisterCount in interface MethodImplementationgetRegisterCount in class DexBackedMethodImplementationprotected int getInstructionsSize()
getInstructionsSize in class DexBackedMethodImplementationprotected int getInstructionsStartOffset()
getInstructionsStartOffset in class DexBackedMethodImplementationprotected int getTriesSize()
getTriesSize in class DexBackedMethodImplementationprotected int getDebugOffset()
getDebugOffset in class DexBackedMethodImplementation