Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1908 if (strong_gc_subroot_names_.is_empty()) { in GetStrongGcSubrootName()
1909 #define NAME_ENTRY(name) strong_gc_subroot_names_.SetTag(heap_->name(), #name); in GetStrongGcSubrootName()
1911 strong_gc_subroot_names_.SetTag(roots.name(), #name); in GetStrongGcSubrootName()
1944 CHECK(!strong_gc_subroot_names_.is_empty()); in GetStrongGcSubrootName()
1946 return strong_gc_subroot_names_.GetTag(object); in GetStrongGcSubrootName()
Dheap-snapshot-generator.h485 HeapObjectsSet strong_gc_subroot_names_; variable