Searched refs:high_byte_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dstring-inl.h66 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) {
85 value[i] = high_byte_ + (src[i] & 0xFF);
94 const int32_t high_byte_; member in class:art::mirror::SetStringCountAndBytesVisitor

Completed in 78 milliseconds