Searched refs:is8Bit (Results 1 – 9 of 9) sorted by relevance
41 if (string.is8Bit()) in toV8String()66 if (string.is8Bit()) in toString16()81 if (string.is8Bit()) { in stringViewStartsWith()98 if (string.is8Bit()) { in parseJSON()
66 value.getConstInstruction().asConstNumber().is8Bit(); in fitsInLit8Instruction()73 return rightValue().getConstInstruction().asConstNumber().is8Bit() ? U8BIT_MAX : U4BIT_MAX; in maxInOutValueRegisterSize()
159 public boolean is8Bit() { in is8Bit() method in ConstNumber160 return NumberUtils.is8Bit(value); in is8Bit()
124 return left.is8Bit() ? Constants.U8BIT_MAX : Constants.U4BIT_MAX; in maxInOutValueRegisterSize()166 if (left.is8Bit()) { in buildDex()
95 if (right.is8Bit()) { in buildDex()
119 if (right.is8Bit()) { in buildDex()
15 public static boolean is8Bit(long value) { in is8Bit() method in NumberUtils
46 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
1967 (string.is8Bit() in Send()