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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction21t.java44 public Instruction21t(Opcode opcode, short regA, short offB) { argument
51 if (offB == 0) {
56 this.targetAddressOffset = offB;
H A DInstruction31t.java44 public Instruction31t(Opcode opcode, short regA, int offB) { argument
52 this.targetAddressOffset = offB;

Completed in 107 milliseconds