/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | marker.cc | 83 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 D | object-allocator.cc | 72 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 D | heap-growing.cc | 70 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 D | heap-page.cc | 53 ->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 D | explicit-management.cc | 48 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 D | prefinalizer-handler.cc | 52 StatsCollector::EnabledScope stats_scope(heap_.stats_collector(), in InvokePreFinalizers() 55 heap_.stats_collector(), StatsCollector::kSweepInvokePreFinalizers); in InvokePreFinalizers()
|
H A D | heap-base.cc | 178 stats_collector()->NotifyMarkingStarted( in Terminate() 182 stats_collector()->NotifyMarkingCompleted(0); in Terminate()
|
H A D | marking-state.cc | 26 heap_.stats_collector(), StatsCollector::kMarkFlushEphemerons); in FlushDiscoveredEphemeronPairs()
|
H A D | sweeper.cc | 106 ->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 D | concurrent-marker.cc | 76 concurrent_marker_.heap().stats_collector(), in Run() 168 concurrent_marker_.heap().stats_collector(), in ProcessWorklists()
|
H A D | heap-base.h | 112 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 D | heap.cc | 184 stats_collector()->marked_bytes_on_current_cycle() + in FinalizeGarbageCollection() 211 stats_collector(), StatsCollector::kMarkIncrementalFinalize); in FinalizeIncrementalGarbageCollectionIfNeeded()
|
H A D | heap-statistics-collector.cc | 116 DCHECK_EQ(heap->stats_collector()->allocated_memory_size(), in CollectDetailedStatistics()
|
H A D | stats-collector.h | 162 InternalScope(StatsCollector* stats_collector, ScopeIdType scope_id, in InternalScope() argument 164 : stats_collector_(stats_collector), in InternalScope()
|
H A D | object-allocator.h | 43 StatsCollector& stats_collector,
|
H A D | compactor.cc | 498 StatsCollector::EnabledScope stats_scope(heap_.heap()->stats_collector(), in CompactSpacesIfEnabled()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-heap.cc | 442 stats_collector()->RegisterObserver(this); in CppHeap() 592 stats_collector(), in AdvanceTracing() 651 stats_collector()->marked_bytes_on_current_cycle() + in TraceEpilogue()
|