Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dprocess-heap-statistics.h22 void AllocatedObjectSizeIncreased(size_t bytes) final { in AllocatedObjectSizeIncreased() function
Dheap-growing.cc91 void HeapGrowing::HeapGrowingImpl::AllocatedObjectSizeIncreased(size_t) { in AllocatedObjectSizeIncreased() function in cppgc::internal::HeapGrowing::HeapGrowingImpl
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.cc708 void CppHeap::AllocatedObjectSizeIncreased(size_t bytes) { in AllocatedObjectSizeIncreased() function in v8::internal::CppHeap