Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.h62 double GetNewSpaceAllocationThroughputPerMS() const;
Dmem_controller.cpp219 double MemController::GetNewSpaceAllocationThroughputPerMS() const in GetNewSpaceAllocationThroughputPerMS() function in panda::ecmascript::MemController
Dlinear_space.cpp252 double speed = heap_->GetMemController()->GetNewSpaceAllocationThroughputPerMS(); in AdjustCapacity()
Dheap.cpp738 double newSpaceAllocSpeed = memController_->GetNewSpaceAllocationThroughputPerMS(); in TryTriggerIdleCollection()
881 double newSpaceAllocSpeed = memController_->GetNewSpaceAllocationThroughputPerMS(); in TryTriggerConcurrentMarking()