Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h59 int32_t high_byte) in SetStringCountAndBytesVisitor() argument
60 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
172 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() argument
173 SetStringCountAndBytesVisitor visitor(byte_length, array, offset, high_byte << 8); in AllocFromByteArray()
Dstring.h93 int32_t high_byte,