Home
last modified time | relevance | path

Searched defs:stats_collector (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dobject-allocator.cc72 StatsCollector& stats_collector, in ReplaceLinearAllocationBuffer()
93 StatsCollector& stats_collector, size_t size, in AllocateLargeObject()
112 StatsCollector& stats_collector, in ObjectAllocator()
Dheap-growing.cc70 GarbageCollector* collector, StatsCollector* stats_collector, in HeapGrowingImpl()
148 StatsCollector* stats_collector, in HeapGrowing()
Dheap-base.h112 StatsCollector* stats_collector() { return stats_collector_.get(); } in stats_collector() function
113 const StatsCollector* stats_collector() const { in stats_collector() function
Dstats-collector.h162 InternalScope(StatsCollector* stats_collector, ScopeIdType scope_id, in InternalScope()
Dsweeper.cc736 SweeperImpl(RawHeap& heap, StatsCollector* stats_collector) in SweeperImpl()