D | InstructionWithReference.java | 34 public abstract class InstructionWithReference extends Instruction { class 38 protected InstructionWithReference(Opcode opcode, Item referencedItem) { in InstructionWithReference() method in InstructionWithReference 45 …protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType… in InstructionWithReference() method in InstructionWithReference 52 …protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in InstructionWithReference() method in InstructionWithReference
|