Home
last modified time | relevance | path

Searched refs:AllocatedObjectSizeIncreased (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-growing.cc41 void AllocatedObjectSizeIncreased(size_t) final;
91 void HeapGrowing::HeapGrowingImpl::AllocatedObjectSizeIncreased(size_t) { in AllocatedObjectSizeIncreased() function in cppgc::internal::HeapGrowing::HeapGrowingImpl
Dprocess-heap-statistics.h22 void AllocatedObjectSizeIncreased(size_t bytes) final { in AllocatedObjectSizeIncreased() function
Dstats-collector.cc91 observer->AllocatedObjectSizeIncreased(static_cast<size_t>(delta)); in AllocatedObjectSizeSafepointImpl()
Dstats-collector.h234 virtual void AllocatedObjectSizeIncreased(size_t) {} in AllocatedObjectSizeIncreased() function
Dmarker.cc200 void AllocatedObjectSizeIncreased(size_t delta) final { in AllocatedObjectSizeIncreased() function in cppgc::internal::MarkerBase::IncrementalMarkingAllocationObserver
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h152 void AllocatedObjectSizeIncreased(size_t) final;
Dcpp-heap.cc708 void CppHeap::AllocatedObjectSizeIncreased(size_t bytes) { in AllocatedObjectSizeIncreased() function in v8::internal::CppHeap