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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction31i.java39 public class Instruction31i extends Instruction implements SingleRegisterInstruction, LiteralInstruction { class in inherits:Instruction,SingleRegisterInstruction,LiteralInstruction
44 public Instruction31i(Opcode opcode, short regA, int litB) { method in class:Instruction31i
55 private Instruction31i(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction31i
82 return new Instruction31i(opcode, buffer, bufferIndex);

Completed in 72 milliseconds