Searched refs:getSignedIntFromFourBytes (Results 1 – 4 of 4) sorted by relevance
35 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2); in getA()
40 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2); in getB()
81 public static long getSignedIntFromFourBytes(byte[] raw, int idx) { in getSignedIntFromFourBytes() method in RawInsnHelper