Searched refs:decodeUnsignedShort (Results 1 - 11 of 11) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction32x.java58 this.regA = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
59 this.regB = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 4);
H A DInstruction3rms.java75 this.methodIndex = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
76 this.startReg = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 4);
H A DInstruction22x.java62 this.regB = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
H A DInstruction22cs.java67 this.fieldOffset = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
H A DArrayDataPseudoInstruction.java73 this.elementWidth = NumberUtils.decodeUnsignedShort(buffer, bufferIndex+2);
H A DInstruction35ms.java87 this.methodIndex = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
H A DInstruction3rc.java76 this.startReg = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 4);
H A DPackedSwitchDataPseudoInstruction.java74 int targetCount = NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
H A DSparseSwitchDataPseudoInstruction.java82 int targetCount = NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DNumberUtils.java112 public static int decodeUnsignedShort(byte lsb, byte msb) { method in class:NumberUtils
124 public static int decodeUnsignedShort(byte[] bytes, int index) { method in class:NumberUtils
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstructionWithReference.java61 return NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);

Completed in 182 milliseconds