Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h127 count_(count), src_string_(src_string), offset_(offset) { in SetStringCountAndValueVisitorFromString()
137 if (src_string_->IsCompressed()) { in operator()
138 const uint8_t* const src = src_string_->GetValueCompressed() + offset_; in operator()
141 const uint16_t* const src = src_string_->GetValue() + offset_; in operator()
154 Handle<String> src_string_; variable