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