public class DexBackedInstruction4rcc extends DexBackedInstruction implements Instruction4rcc
dexFile, instructionStart, opcode| Constructor and Description |
|---|
DexBackedInstruction4rcc(DexBackedDexFile dexFile,
Opcode opcode,
int instructionStart) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getReference() |
Reference |
getReference2() |
int |
getReferenceType() |
int |
getReferenceType2() |
int |
getRegisterCount() |
int |
getStartRegister() |
getCodeUnits, getOpcode, readFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic DexBackedInstruction4rcc(@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 ReferenceInstructionpublic Reference getReference2()
getReference2 in interface DualReferenceInstructionpublic int getReferenceType2()
getReferenceType2 in interface DualReferenceInstruction