Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dheap-snapshot-generator.cc1740 if (strong_gc_subroot_names_.empty()) { in GetStrongGcSubrootName()
1745 strong_gc_subroot_names_.emplace(isolate->root(root_index), name); in GetStrongGcSubrootName()
1747 CHECK(!strong_gc_subroot_names_.empty()); in GetStrongGcSubrootName()
1749 auto it = strong_gc_subroot_names_.find(object); in GetStrongGcSubrootName()
1750 return it != strong_gc_subroot_names_.end() ? it->second : nullptr; in GetStrongGcSubrootName()
H A Dheap-snapshot-generator.h440 strong_gc_subroot_names_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dheap-snapshot-generator.cc1765 if (strong_gc_subroot_names_.empty()) { in GetStrongGcSubrootName()
1770 strong_gc_subroot_names_.emplace(isolate->root(root_index), name); in GetStrongGcSubrootName()
1772 CHECK(!strong_gc_subroot_names_.empty()); in GetStrongGcSubrootName()
1774 auto it = strong_gc_subroot_names_.find(object); in GetStrongGcSubrootName()
1775 return it != strong_gc_subroot_names_.end() ? it->second : nullptr; in GetStrongGcSubrootName()
H A Dheap-snapshot-generator.h457 strong_gc_subroot_names_; variable
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dheap-snapshot-generator.cc1898 if (strong_gc_subroot_names_.empty()) { in GetStrongGcSubrootName()
1903 strong_gc_subroot_names_.emplace(isolate->root(root_index), name); in GetStrongGcSubrootName()
1905 CHECK(!strong_gc_subroot_names_.empty()); in GetStrongGcSubrootName()
1907 auto it = strong_gc_subroot_names_.find(object); in GetStrongGcSubrootName()
1908 return it != strong_gc_subroot_names_.end() ? it->second : nullptr; in GetStrongGcSubrootName()
H A Dheap-snapshot-generator.h473 strong_gc_subroot_names_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h473 HeapObjectsSet strong_gc_subroot_names_; variable
H A Dheap-snapshot-generator.cc1900 if (strong_gc_subroot_names_.is_empty()) { in GetStrongGcSubrootName()
1901 #define NAME_ENTRY(name) strong_gc_subroot_names_.SetTag(heap_->name(), #name); in GetStrongGcSubrootName()
1926 CHECK(!strong_gc_subroot_names_.is_empty()); in GetStrongGcSubrootName()
1928 return strong_gc_subroot_names_.GetTag(object); in GetStrongGcSubrootName()