Searched refs:high_byte (Results 1 – 2 of 2) sorted by relevance
60 int32_t high_byte) in SetStringCountAndBytesVisitor() argument61 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()250 int32_t high_byte, in AllocFromByteArray() argument253 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`. in AllocFromByteArray()257 (high_byte == 0 || byte_length == 0); in AllocFromByteArray()259 SetStringCountAndBytesVisitor visitor(length_with_flag, array, offset, high_byte << 8); in AllocFromByteArray()
141 int32_t high_byte,