Home
last modified time | relevance | path

Searched refs:stats_collector (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc83 heap.stats_collector()->allocated_object_size()); in GetNextIncrementalStepDuration()
142 StatsCollector::EnabledScope stats_scope(marker_->heap().stats_collector(), in Run()
216 heap().stats_collector(), in StartMarking()
221 heap().stats_collector()->NotifyMarkingStarted(config_.collection_type, in StartMarking()
227 heap().stats_collector(), StatsCollector::kMarkIncrementalStart); in StartMarking()
241 heap().stats_collector()->RegisterObserver( in StartMarking()
255 StatsCollector::EnabledScope top_stats_scope(heap().stats_collector(), in EnterAtomicPause()
257 StatsCollector::EnabledScope stats_scope(heap().stats_collector(), in EnterAtomicPause()
265 heap().stats_collector()->UnregisterObserver( in EnterAtomicPause()
292 StatsCollector::EnabledScope top_stats_scope(heap().stats_collector(), in LeaveAtomicPause()
[all...]
H A Dobject-allocator.cc72 StatsCollector& stats_collector, in ReplaceLinearAllocationBuffer()
77 stats_collector.NotifyExplicitFree(lab.size()); in ReplaceLinearAllocationBuffer()
83 stats_collector.NotifyAllocation(new_size); in ReplaceLinearAllocationBuffer()
93 StatsCollector& stats_collector, size_t size, in AllocateLargeObject()
101 stats_collector.NotifyAllocation(size); in AllocateLargeObject()
112 StatsCollector& stats_collector, in ObjectAllocator()
116 stats_collector_(stats_collector), in ObjectAllocator()
71 ReplaceLinearAllocationBuffer(NormalPageSpace& space, StatsCollector& stats_collector, Address new_buffer, size_t new_size) ReplaceLinearAllocationBuffer() argument
92 AllocateLargeObject(PageBackend& page_backend, LargePageSpace& space, StatsCollector& stats_collector, size_t size, GCInfoIndex gcinfo) AllocateLargeObject() argument
111 ObjectAllocator(RawHeap& heap, PageBackend& page_backend, StatsCollector& stats_collector, PreFinalizerHandler& prefinalizer_handler) ObjectAllocator() argument
H A Dheap-growing.cc70 GarbageCollector* collector, StatsCollector* stats_collector, in HeapGrowingImpl()
75 stats_collector_(stats_collector), in HeapGrowingImpl()
84 stats_collector->RegisterObserver(this);
148 StatsCollector* stats_collector, in HeapGrowing()
153 collector, stats_collector, constraints, marking_support, in HeapGrowing()
69 HeapGrowingImpl( GarbageCollector* collector, StatsCollector* stats_collector, cppgc::Heap::ResourceConstraints constraints, cppgc::Heap::MarkingType marking_support, cppgc::Heap::SweepingType sweeping_support) HeapGrowingImpl() argument
147 HeapGrowing(GarbageCollector* collector, StatsCollector* stats_collector, cppgc::Heap::ResourceConstraints constraints, cppgc::Heap::MarkingType marking_support, cppgc::Heap::SweepingType sweeping_support) HeapGrowing() argument
H A Dheap-page.cc53 ->stats_collector() in Destroy()
129 normal_page->heap().stats_collector()->NotifyAllocatedMemory(kPageSize); in Create()
159 page->heap().stats_collector()->NotifyFreedMemory(kPageSize); in Destroy()
234 page->heap().stats_collector()->NotifyAllocatedMemory(allocation_size); in Create()
253 page->heap().stats_collector()->NotifyFreedMemory( in Destroy()
H A Dexplicit-management.cc48 base_page->heap().stats_collector()->NotifyExplicitFree( in FreeUnreferencedObject()
63 base_page->heap().stats_collector()->NotifyExplicitFree(header_size); in FreeUnreferencedObject()
119 base_page.heap().stats_collector()->NotifyExplicitFree(size_delta); in Shrink()
H A Dprefinalizer-handler.cc52 StatsCollector::EnabledScope stats_scope(heap_.stats_collector(), in InvokePreFinalizers()
55 heap_.stats_collector(), StatsCollector::kSweepInvokePreFinalizers); in InvokePreFinalizers()
H A Dheap-base.cc178 stats_collector()->NotifyMarkingStarted( in Terminate()
182 stats_collector()->NotifyMarkingCompleted(0); in Terminate()
H A Dmarking-state.cc26 heap_.stats_collector(), StatsCollector::kMarkFlushEphemerons); in FlushDiscoveredEphemeronPairs()
H A Dsweeper.cc106 ->stats_collector() in Free()
606 heap_.stats_collector(), StatsCollector::kConcurrentSweep);
736 SweeperImpl(RawHeap& heap, StatsCollector* stats_collector) in SweeperImpl() argument
737 : heap_(heap), stats_collector_(stats_collector) {} in SweeperImpl()
760 heap_.heap()->stats_collector()->ResetDiscardedMemory(); in Start()
1040 heap.stats_collector())) {} in Sweeper()
H A Dconcurrent-marker.cc76 concurrent_marker_.heap().stats_collector(), in Run()
168 concurrent_marker_.heap().stats_collector(), in ProcessWorklists()
H A Dheap-base.h112 StatsCollector* stats_collector() { return stats_collector_.get(); } in stats_collector() function in cppgc::internal::HeapBase
113 const StatsCollector* stats_collector() const { in stats_collector() function in cppgc::internal::HeapBase
H A Dheap.cc184 stats_collector()->marked_bytes_on_current_cycle() + in FinalizeGarbageCollection()
211 stats_collector(), StatsCollector::kMarkIncrementalFinalize); in FinalizeIncrementalGarbageCollectionIfNeeded()
H A Dheap-statistics-collector.cc116 DCHECK_EQ(heap->stats_collector()->allocated_memory_size(), in CollectDetailedStatistics()
H A Dstats-collector.h162 InternalScope(StatsCollector* stats_collector, ScopeIdType scope_id, in InternalScope() argument
164 : stats_collector_(stats_collector), in InternalScope()
H A Dobject-allocator.h43 StatsCollector& stats_collector,
H A Dcompactor.cc498 StatsCollector::EnabledScope stats_scope(heap_.heap()->stats_collector(), in CompactSpacesIfEnabled()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc442 stats_collector()->RegisterObserver(this); in CppHeap()
592 stats_collector(), in AdvanceTracing()
651 stats_collector()->marked_bytes_on_current_cycle() + in TraceEpilogue()

Completed in 11 milliseconds