Home
last modified time | relevance | path

Searched refs:high_byte (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dstring-alloc-inl.h59 int32_t high_byte) in SetStringCountAndBytesVisitor() argument
60 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
214 int32_t high_byte, in AllocFromByteArray() argument
217 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()
Dstring.h126 int32_t high_byte,