Searched defs:InstructionWithReference (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstructionWithReference.java34 public abstract class InstructionWithReference extends Instruction { class in inherits:Instruction
38 protected InstructionWithReference(Opcode opcode, Item referencedItem) { method in class:InstructionWithReference
45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) { method in class:InstructionWithReference
52 protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:InstructionWithReference

Completed in 87 milliseconds