Home
last modified time | relevance | path

Searched refs:NotifySweepingCompleted (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.h263 void NotifySweepingCompleted();
Dgc-tracer.cc522 void GCTracer::NotifySweepingCompleted() { in NotifySweepingCompleted() function in v8::internal::GCTracer
Dmark-compact.cc712 heap()->tracer()->NotifySweepingCompleted(); in EnsureSweepingCompleted()
/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.cc228 void StatsCollector::NotifySweepingCompleted() { in NotifySweepingCompleted() function in cppgc::internal::StatsCollector
Dstats-collector.h278 void NotifySweepingCompleted();
Dsweeper.cc889 stats_collector_->NotifySweepingCompleted(); in NotifyDone()