Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc538 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::CppHeap
881 stats_collector_->GetMetricRecorder()); in GetMetricRecorder()
Dcpp-heap.h156 MetricRecorderAdapter* GetMetricRecorder() const;
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc557 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()
/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.h315 MetricRecorder* GetMetricRecorder() const { return metric_recorder_.get(); } in GetMetricRecorder() function