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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction21c.java40 public class Instruction21c extends InstructionWithReference implements SingleRegisterInstruction { class in inherits:InstructionWithReference,SingleRegisterInstruction
44 public Instruction21c(Opcode opcode, short regA, Item referencedItem) { method in class:Instruction21c
61 private Instruction21c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction21c
93 return new Instruction21c(dexFile, opcode, buffer, bufferIndex);

Completed in 765 milliseconds