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

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

Completed in 122 milliseconds