Home
last modified time | relevance | path

Searched refs:GetPromotedSize (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Dparallel_evacuation.h42 size_t GetPromotedSize() const in GetPromotedSize() function
Dmem_controller.cpp103 oldSpaceAllocSizeSinceGC_ += heap_->GetEvacuation()->GetPromotedSize(); in StopCalculationAfterGC()
Dheap.h325 size_t GetPromotedSize() const in GetPromotedSize() function
Dheap.cpp283 promotedSize_ = GetEvacuation()->GetPromotedSize(); in CollectGarbage()