public class DexBackedInstruction3rc extends DexBackedInstruction implements Instruction3rc
dexFile, instructionStart, opcode| Constructor and Description |
|---|
DexBackedInstruction3rc(DexBackedDexFile dexFile,
Opcode opcode,
int instructionStart) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getReference() |
int |
getReferenceType() |
int |
getRegisterCount() |
int |
getStartRegister() |
getCodeUnits, getOpcode, readFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic DexBackedInstruction3rc(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
Opcode opcode,
int instructionStart)
public int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getStartRegister()
getStartRegister in interface RegisterRangeInstruction@Nonnull public Reference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstruction