Home
last modified time | relevance | path

Searched refs:GetOldSpaceAllocationThroughputPerMS (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.h63 double GetOldSpaceAllocationThroughputPerMS() const;
Dmem_controller.cpp229 double MemController::GetOldSpaceAllocationThroughputPerMS() const in GetOldSpaceAllocationThroughputPerMS() function in panda::ecmascript::MemController
Dheap.cpp811 double oldSpaceAllocSpeed = memController_->GetOldSpaceAllocationThroughputPerMS(); in TryTriggerIncrementalMarking()
854 double oldSpaceAllocSpeed = memController_->GetOldSpaceAllocationThroughputPerMS(); in TryTriggerConcurrentMarking()