Home
last modified time | relevance | path

Searched refs:decodeShort (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DNumberUtils.java85 public static short decodeShort(byte lsb, byte msb) { in decodeShort() method in NumberUtils
98 public static short decodeShort(byte[] bytes, int index) { in decodeShort() method in NumberUtils
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DInstruction20t.java59 this.targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex+2); in Instruction20t()
DInstruction21s.java59 this.litB = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21s()
DInstruction22s.java63 this.litC = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction22s()
DInstruction21h.java59 this.litB = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21h()
DInstruction21t.java65 targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21t()
DInstruction22t.java69 targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction22t()