Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc556 const auto* metric_recorder = in NotifyFullCppGCCompleted() local
558 USE(metric_recorder); in NotifyFullCppGCCompleted()
559 DCHECK(metric_recorder->FullGCMetricsReportPending()); in NotifyFullCppGCCompleted()
570 const auto* metric_recorder = in NotifyYoungCppGCCompleted() local
572 USE(metric_recorder); in NotifyYoungCppGCCompleted()
573 DCHECK(metric_recorder->YoungGCMetricsReportPending()); in NotifyYoungCppGCCompleted()
1680 auto* metric_recorder = cpp_heap->GetMetricRecorder(); in ReportYoungCycleToRecorder() local
1682 optional_cppgc_event = metric_recorder->ExtractLastYoungGcEvent(); in ReportYoungCycleToRecorder()
1686 DCHECK(!metric_recorder->YoungGCMetricsReportPending()); in ReportYoungCycleToRecorder()