public class DexBackedInstruction35ms extends DexBackedInstruction implements Instruction35ms
dexFile, instructionStart, opcode| Constructor and Description |
|---|
DexBackedInstruction35ms(DexBackedDexFile dexFile,
Opcode opcode,
int instructionStart) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRegisterC() |
int |
getRegisterCount() |
int |
getRegisterD() |
int |
getRegisterE() |
int |
getRegisterF() |
int |
getRegisterG() |
int |
getVtableIndex() |
getCodeUnits, getOpcode, readFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic DexBackedInstruction35ms(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
Opcode opcode,
int instructionStart)
public int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getRegisterC()
getRegisterC in interface FiveRegisterInstructionpublic int getRegisterD()
getRegisterD in interface FiveRegisterInstructionpublic int getRegisterE()
getRegisterE in interface FiveRegisterInstructionpublic int getRegisterF()
getRegisterF in interface FiveRegisterInstructionpublic int getRegisterG()
getRegisterG in interface FiveRegisterInstructionpublic int getVtableIndex()
getVtableIndex in interface VtableIndexInstruction