public class DexBackedInstruction3rms extends DexBackedInstruction implements Instruction3rms
dexFile, instructionStart, opcode| Constructor and Description |
|---|
DexBackedInstruction3rms(DexBackedDexFile dexFile,
Opcode opcode,
int instructionStart) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRegisterCount() |
int |
getStartRegister() |
int |
getVtableIndex() |
getCodeUnits, getOpcode, readFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic DexBackedInstruction3rms(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
Opcode opcode,
int instructionStart)
public int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getStartRegister()
getStartRegister in interface RegisterRangeInstructionpublic int getVtableIndex()
getVtableIndex in interface VtableIndexInstruction