Home
last modified time | relevance | path

Searched refs:getSignedIntFromFourBytes (Results 1 – 4 of 4) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat30t.java35 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2); in getA()
DFormat31t.java40 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2); in getB()
DFormat31i.java40 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2); in getB()
DRawInsnHelper.java81 public static long getSignedIntFromFourBytes(byte[] raw, int idx) { in getSignedIntFromFourBytes() method in RawInsnHelper