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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction22c.java40 public class Instruction22c extends InstructionWithReference implements TwoRegisterInstruction { class in inherits:InstructionWithReference,TwoRegisterInstruction
45 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) { method in class:Instruction22c
57 private Instruction22c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22c
84 return new Instruction22c(dexFile, opcode, buffer, bufferIndex);

Completed in 202 milliseconds