HomeSort by relevance Sort by last modified time
    Searched full:src_array_ (Results 1 - 1 of 1) sorted by null

  /art/runtime/mirror/
string-inl.h 65 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) {
75 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_;
91 Handle<ByteArray> src_array_; member in class:art::mirror::SetStringCountAndBytesVisitor
101 count_(count), src_array_(src_array), offset_(offset) {
109 const uint16_t* const src = src_array_->GetData() + offset_;
122 Handle<CharArray> src_array_; member in class:art::mirror::SetStringCountAndValueVisitorFromCharArray

Completed in 2183 milliseconds