Home
last modified time | relevance | path

Searched refs:CollectStatistics (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.h60 void CollectStatistics(HeapStatistics::FreeListStatistics&);
Dheap-base.cc210 HeapStatistics HeapBase::CollectStatistics( in CollectStatistics() function in cppgc::internal::HeapBase
Dheap-statistics-collector.cc129 space.free_list().CollectStatistics(current_space_stats_->free_list_stats); in VisitNormalPageSpace()
Dheap-base.h188 HeapStatistics CollectStatistics(HeapStatistics::DetailLevel);
Dfree-list.cc207 void FreeList::CollectStatistics( in CollectStatistics() function in cppgc::internal::FreeList
/third_party/node/deps/v8/include/
Dv8-cppgc.h123 cppgc::HeapStatistics CollectStatistics(
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc383 void CollectStatistics(HeapObject obj, Phase phase,
740 void ObjectStatsCollectorImpl::CollectStatistics( in CollectStatistics() function in v8::internal::ObjectStatsCollectorImpl
1094 live_collector_->CollectStatistics( in Visit()
1098 dead_collector_->CollectStatistics( in Visit()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc128 cppgc::HeapStatistics CppHeap::CollectStatistics( in CollectStatistics() function in v8::CppHeap
130 return internal::CppHeap::From(this)->AsBase().CollectStatistics( in CollectStatistics()