Searched refs:high_byte (Results 1 – 2 of 2) sorted by relevance
59 int32_t high_byte) in SetStringCountAndBytesVisitor() argument60 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()214 int32_t high_byte, in AllocFromByteArray() argument217 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`. in AllocFromByteArray()219 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray()221 SetStringCountAndBytesVisitor visitor(length_with_flag, array, offset, high_byte << 8); in AllocFromByteArray()
126 int32_t high_byte,