Searched refs:EnabledScope (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ |
D | marker.cc | 142 StatsCollector::EnabledScope stats_scope(marker_->heap().stats_collector(), in Run() 215 StatsCollector::EnabledScope stats_scope( in StartMarking() 226 StatsCollector::EnabledScope inner_stats_scope( in StartMarking() 255 StatsCollector::EnabledScope top_stats_scope(heap().stats_collector(), in EnterAtomicPause() 257 StatsCollector::EnabledScope stats_scope(heap().stats_collector(), in EnterAtomicPause() 292 StatsCollector::EnabledScope top_stats_scope(heap().stats_collector(), in LeaveAtomicPause() 294 StatsCollector::EnabledScope stats_scope( in LeaveAtomicPause() 317 StatsCollector::EnabledScope stats_scope(heap().stats_collector(), in FinishMarking() 331 StatsCollector::EnabledScope stats_scope(heap().stats_collector(), in ProcessWeakness() 374 StatsCollector::EnabledScope stats_scope(heap().stats_collector(), in VisitRoots() [all …]
|
D | prefinalizer-handler.cc | 52 StatsCollector::EnabledScope stats_scope(heap_.stats_collector(), in InvokePreFinalizers() 54 StatsCollector::EnabledScope nested_stats_scope( in InvokePreFinalizers()
|
D | sweeper.cc | 742 StatsCollector::EnabledScope stats_scope(stats_collector_, in Start() 790 StatsCollector::EnabledScope stats_scope(stats_collector_, in SweepForAllocationIfRunning() 792 StatsCollector::EnabledScope inner_scope( in SweepForAllocationIfRunning() 827 StatsCollector::EnabledScope stats_scope( in FinishIfRunning() 829 StatsCollector::EnabledScope inner_scope(stats_collector_, in FinishIfRunning() 915 StatsCollector::EnabledScope stats_scope( in PerformSweepOnMutatorThread() 921 StatsCollector::EnabledScope inner_stats_scope( in PerformSweepOnMutatorThread()
|
D | marking-state.cc | 25 StatsCollector::EnabledScope stats_scope( in FlushDiscoveredEphemeronPairs()
|
D | heap.cc | 210 StatsCollector::EnabledScope stats_scope( in FinalizeIncrementalGarbageCollectionIfNeeded()
|
D | compactor.cc | 498 StatsCollector::EnabledScope stats_scope(heap_.heap()->stats_collector(), in CompactSpacesIfEnabled()
|
D | stats-collector.h | 218 using EnabledScope = InternalScope<kEnabled, kMutatorThread>; variable
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | cpp-heap.cc | 591 cppgc::internal::StatsCollector::EnabledScope stats_scope( in AdvanceTracing()
|