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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10t.java41 public Instruction10t(Opcode opcode, int offA) { argument
43 this.targetAddressOffset = offA;
H A DInstruction20t.java42 public Instruction20t(Opcode opcode, int offA) { argument
44 this.targetAddressOffset = offA;
H A DInstruction30t.java42 public Instruction30t(Opcode opcode, int offA) { argument
44 this.targetAddressOffset = offA;

Completed in 83 milliseconds