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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction3rms.java39 public class Instruction3rms extends Instruction implements RegisterRangeInstruction, OdexedInvokeVirtual { class in inherits:Instruction,RegisterRangeInstruction,OdexedInvokeVirtual
45 public Instruction3rms(Opcode opcode, short regCount, int startReg, int methodIndex) { method in class:Instruction3rms
71 private Instruction3rms(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction3rms
104 return new Instruction3rms(opcode, buffer, bufferIndex);

Completed in 49 milliseconds