Searched refs:Instruction30t (Results 1 - 4 of 4) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction30t.java38 public class Instruction30t extends OffsetInstruction { class in inherits:OffsetInstruction
42 public Instruction30t(Opcode opcode, int offA) { method in class:Instruction30t
47 private Instruction30t(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction30t
75 return new Instruction30t(opcode, buffer, bufferIndex);
H A DFormat.java52 Format30t(Instruction30t.Factory, 6),
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java453 new Instruction30t(Opcode.GOTO_32, codeAddress));
464 new Instruction30t(Opcode.GOTO_32, codeAddress));
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g1212 $instructions.add(new Instruction30t(opcode, addressOffset));

Completed in 137 milliseconds