Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h60 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
71 value[i] = high_byte_ + (src[i] & 0xFF); in operator()
79 const int32_t high_byte_; variable