Home
last modified time | relevance | path

Searched refs:YoungGCMetricsReportPending (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h65 bool YoungGCMetricsReportPending() const;
Dcpp-heap.cc376 bool CppHeap::MetricRecorderAdapter::YoungGCMetricsReportPending() const { in YoungGCMetricsReportPending() function in v8::internal::CppHeap::MetricRecorderAdapter
542 DCHECK(!GetMetricRecorder()->YoungGCMetricsReportPending()); in InitializeTracing()
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc573 DCHECK(metric_recorder->YoungGCMetricsReportPending()); in NotifyYoungCppGCCompleted()
1686 DCHECK(!metric_recorder->YoungGCMetricsReportPending()); in ReportYoungCycleToRecorder()