Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dmarker.cc142 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 …]
Dprefinalizer-handler.cc52 StatsCollector::EnabledScope stats_scope(heap_.stats_collector(), in InvokePreFinalizers()
54 StatsCollector::EnabledScope nested_stats_scope( in InvokePreFinalizers()
Dsweeper.cc742 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()
Dmarking-state.cc25 StatsCollector::EnabledScope stats_scope( in FlushDiscoveredEphemeronPairs()
Dheap.cc210 StatsCollector::EnabledScope stats_scope( in FinalizeIncrementalGarbageCollectionIfNeeded()
Dcompactor.cc498 StatsCollector::EnabledScope stats_scope(heap_.heap()->stats_collector(), in CompactSpacesIfEnabled()
Dstats-collector.h218 using EnabledScope = InternalScope<kEnabled, kMutatorThread>; variable
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc591 cppgc::internal::StatsCollector::EnabledScope stats_scope( in AdvanceTracing()