Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2367 const char* label_copy = names_->GetCopy(label); in FindOrAddGroupInfo() local
2368 auto map_entry = native_groups_.find(label_copy); in FindOrAddGroupInfo()
2370 native_groups_[label_copy] = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()
2372 return native_groups_[label_copy]; in FindOrAddGroupInfo()