Home
last modified time | relevance | path

Searched refs:SetMetricRecorder (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-base.h208 void SetMetricRecorder(std::unique_ptr<MetricRecorder> histogram_recorder) { in SetMetricRecorder() function in cppgc::internal::HeapBase
209 stats_collector_->SetMetricRecorder(std::move(histogram_recorder)); in SetMetricRecorder()
H A Dstats-collector.h311 void SetMetricRecorder(std::unique_ptr<MetricRecorder> histogram_recorder) { in SetMetricRecorder() function in cppgc::internal::final
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc468 SetMetricRecorder(std::make_unique<MetricRecorderAdapter>(*this)); in AttachIsolate()
492 SetMetricRecorder(nullptr); in DetachIsolate()

Completed in 4 milliseconds