public class Insn12x extends AbstractInsn implements TwoRegInsn
opc, regsREG_B_IDXREG_A_IDX| Constructor and Description |
|---|
Insn12x(org.jf.dexlib2.Opcode opc,
Register regA,
Register regB) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
protected org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegB() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Register getRegA()
getRegA in interface OneRegInsnpublic Register getRegB()
getRegB in interface TwoRegInsnprotected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnCopyright © 2020 Soot OSS. All rights reserved.