Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc261 map_[key] = next_index_; in Intern()
263 stream->Write(header + std::to_string(next_index_) + "," + key + "\n"); in Intern()
264 ++next_index_; in Intern()
269 int32_t next_index_; member in tifast::__anon9d4dc8ac0111::UniqueStringTable