Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h64 int32_t high_byte) in SetStringCountAndBytesVisitor() argument
65 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
252 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() argument
254 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`. in AllocFromByteArray()
256 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray()
258 SetStringCountAndBytesVisitor visitor(length_with_flag, array, offset, high_byte << 8); in AllocFromByteArray()
Dstring.h106 int32_t high_byte,