Home
last modified time | relevance | path

Searched refs:stats_collector_ (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc116 stats_collector_(stats_collector), in ObjectAllocator()
123 stats_collector_.NotifySafePointForConservativeCollection(); in OutOfLineAllocate()
131 ReplaceLinearAllocationBuffer(space, stats_collector_, nullptr, 0); in OutOfLineAllocate()
151 return AllocateLargeObject(page_backend_, large_space, stats_collector_, in OutOfLineAllocateImpl()
202 ReplaceLinearAllocationBuffer(space, stats_collector_, in RefillLinearAllocationBuffer()
215 stats_collector_.DecrementDiscardedMemory(page.discarded_memory()); in RefillLinearAllocationBufferFromFreeList()
220 space, stats_collector_, static_cast<Address>(entry.address), entry.size); in RefillLinearAllocationBufferFromFreeList()
227 explicit Resetter(StatsCollector& stats) : stats_collector_(stats) {} in ResetLinearAllocationBuffers()
232 ReplaceLinearAllocationBuffer(space, stats_collector_, nullptr, 0); in ResetLinearAllocationBuffers()
237 StatsCollector& stats_collector_; in ResetLinearAllocationBuffers() member in cppgc::internal::Resetter
[all...]
H A Dstats-collector.h164 : stats_collector_(stats_collector), in InternalScope()
211 StatsCollector* const stats_collector_; member in cppgc::internal::final::InternalScope
436 GetScopeName(scope_id_, stats_collector_->current_.collection_type)); in StartTraceImpl()
446 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
458 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
468 GetScopeName(scope_id_, stats_collector_->current_.collection_type), in StopTraceImpl()
469 "epoch", stats_collector_->current_.epoch, "forced", in StopTraceImpl()
470 stats_collector_->current_.is_forced_gc == IsForcedGC::kForced); in StopTraceImpl()
477 DCHECK_NE(GarbageCollectionState::kNotRunning, stats_collector_->gc_state_); in IncreaseScopeTime()
486 stats_collector_ in IncreaseScopeTime()
[all...]
H A Dheap-base.cc74 stats_collector_(std::make_unique<StatsCollector>(platform_.get())), in HeapBase()
79 object_allocator_(raw_heap_, *page_backend_, *stats_collector_, in HeapBase()
92 stats_collector_->RegisterObserver( in HeapBase()
213 return {stats_collector_->allocated_memory_size(), in CollectStatistics()
214 stats_collector_->resident_memory_size(), in CollectStatistics()
215 stats_collector_->allocated_object_size(), in CollectStatistics()
H A Dheap-growing.cc55 StatsCollector* stats_collector_; member in cppgc::internal::final
75 stats_collector_(stats_collector), in HeapGrowingImpl()
88 stats_collector_->UnregisterObserver(this); in ~HeapGrowingImpl()
93 size_t allocated_object_size = stats_collector_->allocated_object_size(); in AllocatedObjectSizeIncreased()
130 stats_collector_->GetRecentAllocationSpeedInBytesPerMs()); in ConfigureLimit()
H A Dheap-base.h112 StatsCollector* stats_collector() { return stats_collector_.get(); } in stats_collector()
114 return stats_collector_.get(); in stats_collector()
209 stats_collector_->SetMetricRecorder(std::move(histogram_recorder)); in SetMetricRecorder()
251 std::unique_ptr<StatsCollector> stats_collector_; member in cppgc::internal::HeapBase
H A Dsweeper.cc737 : heap_(heap), stats_collector_(stats_collector) {} in SweeperImpl()
742 StatsCollector::EnabledScope stats_scope(stats_collector_, in Start()
790 StatsCollector::EnabledScope stats_scope(stats_collector_, in SweepForAllocationIfRunning()
793 stats_collector_, StatsCollector::kSweepOnAllocation); in SweepForAllocationIfRunning()
828 stats_collector_, StatsCollector::kIncrementalSweep); in FinishIfRunning()
829 StatsCollector::EnabledScope inner_scope(stats_collector_, in FinishIfRunning()
889 stats_collector_->NotifySweepingCompleted(); in NotifyDone()
916 stats_collector_, StatsCollector::kIncrementalSweep); in PerformSweepOnMutatorThread()
922 stats_collector_, internal_scope_id, "deltaInSeconds", in PerformSweepOnMutatorThread()
1023 StatsCollector* const stats_collector_; member in cppgc::internal::final
[all...]
H A Dobject-allocator.h79 StatsCollector& stats_collector_; member in cppgc::internal::final
H A Dheap.cc84 growing_(&gc_invoker_, stats_collector_.get(), in Heap()
H A Dtrace-event.h119 cppgc::Platform* platform = stats_collector_->platform_; \
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc641 stats_collector_->marked_bytes(), in TraceEpilogue()
642 stats_collector_->marking_time().InMillisecondsF()); in TraceEpilogue()
881 stats_collector_->GetMetricRecorder()); in GetMetricRecorder()

Completed in 8 milliseconds