Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h60 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
70 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator()
86 Handle<ByteArray> src_array_; variable
96 count_(count), src_array_(src_array), offset_(offset) { in SetStringCountAndValueVisitorFromCharArray()
104 const uint16_t* const src = src_array_->GetData() + offset_; in operator()
117 Handle<CharArray> src_array_; variable