Searched refs:GetMetricRecorder (Results 1 – 4 of 4) sorted by relevance
538 if (GetMetricRecorder()) { in InitializeTracing()540 DCHECK(!GetMetricRecorder()->FullGCMetricsReportPending()); in InitializeTracing()542 DCHECK(!GetMetricRecorder()->YoungGCMetricsReportPending()); in InitializeTracing()879 CppHeap::MetricRecorderAdapter* CppHeap::GetMetricRecorder() const { in GetMetricRecorder() function in v8::internal::CppHeap881 stats_collector_->GetMetricRecorder()); in GetMetricRecorder()
156 MetricRecorderAdapter* GetMetricRecorder() const;
557 CppHeap::From(heap_->cpp_heap())->GetMetricRecorder(); in NotifyFullCppGCCompleted()571 CppHeap::From(heap_->cpp_heap())->GetMetricRecorder(); in NotifyYoungCppGCCompleted()1484 cpp_heap->GetMetricRecorder()->FullGCMetricsReportPending()); in ReportFullCycleToRecorder()1492 cpp_heap->GetMetricRecorder()->ClearCachedEvents(); in ReportFullCycleToRecorder()1508 cpp_heap->GetMetricRecorder()->FlushBatchedIncrementalEvents(); in ReportFullCycleToRecorder()1511 cpp_heap->GetMetricRecorder()->ExtractLastFullGcEvent(); in ReportFullCycleToRecorder()1513 DCHECK(!cpp_heap->GetMetricRecorder()->FullGCMetricsReportPending()); in ReportFullCycleToRecorder()1633 ->GetMetricRecorder() in ReportIncrementalMarkingStepToRecorder()1680 auto* metric_recorder = cpp_heap->GetMetricRecorder(); in ReportYoungCycleToRecorder()
315 MetricRecorder* GetMetricRecorder() const { return metric_recorder_.get(); } in GetMetricRecorder() function