Searched refs:negativeIs8Bit (Results 1 – 3 of 3) sorted by relevance
163 public boolean negativeIs8Bit() { in negativeIs8Bit() method in ConstNumber164 return NumberUtils.negativeIs8Bit(value); in negativeIs8Bit()
128 return right.negativeIs8Bit() ? Constants.U8BIT_MAX : Constants.U4BIT_MAX; in maxInOutValueRegisterSize()179 if (right.negativeIs8Bit()) { in buildDex()
19 public static boolean negativeIs8Bit(long value) { in negativeIs8Bit() method in NumberUtils