Searched refs:metric_recorder (Results 1 – 1 of 1) sorted by relevance
556 const auto* metric_recorder = in NotifyFullCppGCCompleted() local558 USE(metric_recorder); in NotifyFullCppGCCompleted()559 DCHECK(metric_recorder->FullGCMetricsReportPending()); in NotifyFullCppGCCompleted()570 const auto* metric_recorder = in NotifyYoungCppGCCompleted() local572 USE(metric_recorder); in NotifyYoungCppGCCompleted()573 DCHECK(metric_recorder->YoungGCMetricsReportPending()); in NotifyYoungCppGCCompleted()1680 auto* metric_recorder = cpp_heap->GetMetricRecorder(); in ReportYoungCycleToRecorder() local1682 optional_cppgc_event = metric_recorder->ExtractLastYoungGcEvent(); in ReportYoungCycleToRecorder()1686 DCHECK(!metric_recorder->YoungGCMetricsReportPending()); in ReportYoungCycleToRecorder()