public class Insn35c extends AbstractInsn implements FiveRegInsn
opc, regs| Constructor and Description |
|---|
Insn35c(org.jf.dexlib2.Opcode opc,
int regCount,
Register regD,
Register regE,
Register regF,
Register regG,
Register regA,
org.jf.dexlib2.iface.reference.Reference referencedItem) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
protected org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegD() |
Register |
getRegE() |
Register |
getRegF() |
Register |
getRegG() |
String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Register getRegD()
getRegD in interface FiveRegInsnpublic Register getRegE()
getRegE in interface FiveRegInsnpublic Register getRegF()
getRegF in interface FiveRegInsnpublic Register getRegG()
getRegG in interface FiveRegInsnpublic Register getRegA()
getRegA in interface FiveRegInsnprotected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic String toString()
toString in class AbstractInsnCopyright © 2020 Soot OSS. All rights reserved.