Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h60 void FlushBatchedIncrementalEvents();
Dcpp-heap.cc356 void CppHeap::MetricRecorderAdapter::FlushBatchedIncrementalEvents() { in FlushBatchedIncrementalEvents() function in v8::internal::CppHeap::MetricRecorderAdapter
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc1508 cpp_heap->GetMetricRecorder()->FlushBatchedIncrementalEvents(); in ReportFullCycleToRecorder()