Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-snapshot-generator.cc2303 native_groups_(StringsMatch), in NativeObjectsExplorer()
2323 for (HashMap::Entry* p = native_groups_.Start(); in ~NativeObjectsExplorer()
2325 p = native_groups_.Next(p)) { in ~NativeObjectsExplorer()
2466 HashMap::Entry* entry = native_groups_.Lookup(const_cast<char*>(label_copy), in FindOrAddGroupInfo()
2509 for (HashMap::Entry* entry = native_groups_.Start(); in SetRootNativeRootsReference()
2511 entry = native_groups_.Next(entry)) { in SetRootNativeRootsReference()
Dheap-snapshot-generator.h514 HashMap native_groups_; variable