Searched refs:src_array_ (Results 1 – 1 of 1) sorted by relevance
65 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()75 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator()91 Handle<ByteArray> src_array_; variable101 count_(count), src_array_(src_array), offset_(offset) { in SetStringCountAndValueVisitorFromCharArray()109 const uint16_t* const src = src_array_->GetData() + offset_; in operator()122 Handle<CharArray> src_array_; variable