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, hasIncompatibleRegs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
public Register getRegD()
getRegD
in interface FiveRegInsn
public Register getRegE()
getRegE
in interface FiveRegInsn
public Register getRegF()
getRegF
in interface FiveRegInsn
public Register getRegG()
getRegG
in interface FiveRegInsn
public Register getRegA()
getRegA
in interface FiveRegInsn
protected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0
in class AbstractInsn
public BitSet getIncompatibleRegs()
getIncompatibleRegs
in interface Insn
getIncompatibleRegs
in class AbstractInsn
public String toString()
toString
in class AbstractInsn
Copyright © 2019 Sable. All rights reserved.