Searched refs:getUnsignedShortFromTwoBytes (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format32x.java | 36 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getA() 41 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 4); in getB()
|
D | Format3rmi.java | 41 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB() 46 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 4); in getC()
|
D | Format3rms.java | 41 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB() 46 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 4); in getC()
|
D | Format3rc.java | 43 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB() 48 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 4); in getC()
|
D | Format20bc.java | 44 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 1); in getB()
|
D | Format22x.java | 40 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB()
|
D | Format22cs.java | 48 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getC()
|
D | Format35ms.java | 43 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB()
|
D | Format35mi.java | 43 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB()
|
D | Format22c.java | 47 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getC()
|
D | Format21c.java | 42 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB()
|
D | Format35c.java | 45 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2); in getB()
|
D | RawInsnHelper.java | 55 public static long getUnsignedShortFromTwoBytes(byte[] raw, int idx) { in getUnsignedShortFromTwoBytes() method in RawInsnHelper
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 405 int targetsSize = (int) RawInsnHelper.getUnsignedShortFromTwoBytes(dataInsn.rawBytes, rawPtr); in readSwitchInstruction()
|