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