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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction3rc.java44 public class Instruction3rc extends InstructionWithReference implements RegisterRangeInstruction, class in inherits:InstructionWithReference,RegisterRangeInstruction,InstructionWithJumboVariant
50 public Instruction3rc(Opcode opcode, short regCount, int startReg, Item referencedItem) { method in class:Instruction3rc
73 private Instruction3rc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction3rc
145 return new Instruction3rc(dexFile, opcode, buffer, bufferIndex);

Completed in 84 milliseconds