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.h469 HeapObjectsSet strong_gc_subroot_names_; variable
Dheap-snapshot-generator.cc2102 if (strong_gc_subroot_names_.is_empty()) { in GetStrongGcSubrootName()
2103 #define NAME_ENTRY(name) strong_gc_subroot_names_.SetTag(heap_->name(), #name); in GetStrongGcSubrootName()
2121 CHECK(!strong_gc_subroot_names_.is_empty()); in GetStrongGcSubrootName()
2123 return strong_gc_subroot_names_.GetTag(object); in GetStrongGcSubrootName()