Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat20t.java35 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getA()
DFormat21t.java40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getB()
DFormat21h.java40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getB()
DFormat21s.java40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getB()
DFormat22t.java45 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getC()
DFormat22s.java45 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2); in getC()
DRawInsnHelper.java63 public static long getSignedShortFromTwoBytes(byte[] raw, int idx) { in getSignedShortFromTwoBytes() method in RawInsnHelper