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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction32x.java38 public class Instruction32x extends Instruction implements TwoRegisterInstruction { class in inherits:Instruction,TwoRegisterInstruction
43 public Instruction32x(Opcode opcode, int regA, int regB) { method in class:Instruction32x
55 private Instruction32x(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction32x
83 return new Instruction32x(opcode, buffer, bufferIndex);

Completed in 64 milliseconds