Searched refs:negativeIs16Bit (Results 1 – 3 of 3) sorted by relevance
171 public boolean negativeIs16Bit() { in negativeIs16Bit() method in ConstNumber172 return NumberUtils.negativeIs16Bit(value); in negativeIs16Bit()
115 value.getConstInstruction().asConstNumber().negativeIs16Bit(); in negativeFitsInDexInstruction()182 assert right.negativeIs16Bit(); in buildDex()
27 public static boolean negativeIs16Bit(long value) { in negativeIs16Bit() method in NumberUtils