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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction20t.java38 public class Instruction20t extends Instruction implements OffsetInstruction { class in inherits:Instruction,OffsetInstruction
42 public Instruction20t(Opcode opcode, int offA) { method in class:Instruction20t
54 private Instruction20t(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction20t
91 return new Instruction20t(opcode, buffer, bufferIndex);

Completed in 69 milliseconds