Searched refs:CollectStatistics (Results 1 – 8 of 8) sorted by relevance
60 void CollectStatistics(HeapStatistics::FreeListStatistics&);
210 HeapStatistics HeapBase::CollectStatistics( in CollectStatistics() function in cppgc::internal::HeapBase
129 space.free_list().CollectStatistics(current_space_stats_->free_list_stats); in VisitNormalPageSpace()
188 HeapStatistics CollectStatistics(HeapStatistics::DetailLevel);
207 void FreeList::CollectStatistics( in CollectStatistics() function in cppgc::internal::FreeList
123 cppgc::HeapStatistics CollectStatistics(
383 void CollectStatistics(HeapObject obj, Phase phase,740 void ObjectStatsCollectorImpl::CollectStatistics( in CollectStatistics() function in v8::internal::ObjectStatsCollectorImpl1094 live_collector_->CollectStatistics( in Visit()1098 dead_collector_->CollectStatistics( in Visit()
128 cppgc::HeapStatistics CppHeap::CollectStatistics( in CollectStatistics() function in v8::CppHeap130 return internal::CppHeap::From(this)->AsBase().CollectStatistics( in CollectStatistics()