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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10t.java37 public class Instruction10t extends OffsetInstruction { class in inherits:OffsetInstruction
41 public Instruction10t(Opcode opcode, int offA) { method in class:Instruction10t
53 private Instruction10t(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction10t
89 return new Instruction10t(opcode, buffer, bufferIndex);

Completed in 128 milliseconds