Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc300 void CppHeap::MetricRecorderAdapter::AddMainThreadEvent( in AddMainThreadEvent()
314 void CppHeap::MetricRecorderAdapter::AddMainThreadEvent( in AddMainThreadEvent()
338 void CppHeap::MetricRecorderAdapter::AddMainThreadEvent( in AddMainThreadEvent()
356 void CppHeap::MetricRecorderAdapter::FlushBatchedIncrementalEvents() { in FlushBatchedIncrementalEvents()
372 bool CppHeap::MetricRecorderAdapter::FullGCMetricsReportPending() const { in FullGCMetricsReportPending()
376 bool CppHeap::MetricRecorderAdapter::YoungGCMetricsReportPending() const { in YoungGCMetricsReportPending()
381 CppHeap::MetricRecorderAdapter::ExtractLastFullGcEvent() { in ExtractLastFullGcEvent()
388 CppHeap::MetricRecorderAdapter::ExtractLastYoungGcEvent() { in ExtractLastYoungGcEvent()
395 CppHeap::MetricRecorderAdapter::ExtractLastIncrementalMarkEvent() { in ExtractLastIncrementalMarkEvent()
401 void CppHeap::MetricRecorderAdapter::ClearCachedEvents() { in ClearCachedEvents()
[all …]
Dcpp-heap.h49 class MetricRecorderAdapter final : public cppgc::internal::MetricRecorder {
53 explicit MetricRecorderAdapter(CppHeap& cpp_heap) : cpp_heap_(cpp_heap) {} in MetricRecorderAdapter() function
156 MetricRecorderAdapter* GetMetricRecorder() const;
202 friend class MetricRecorderAdapter; variable
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc1623 CppHeap::MetricRecorderAdapter::kMaxBatchedEvents; in ReportIncrementalMarkingStepToRecorder()
1651 CppHeap::MetricRecorderAdapter::kMaxBatchedEvents; in ReportIncrementalSweepingStepToRecorder()