Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h60 int32_t high_byte) in SetStringCountAndBytesVisitor() argument
61 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
250 int32_t high_byte, in AllocFromByteArray() argument
253 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()
Dstring.h141 int32_t high_byte,