Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.h66 double GetNewSpaceAllocationThroughputPerMS() const;
H A Dmem_controller.cpp277 double MemController::GetNewSpaceAllocationThroughputPerMS() const in GetNewSpaceAllocationThroughputPerMS() function in panda::ecmascript::MemController
H A Dlinear_space.cpp470 double speed = localHeap_->GetMemController()->GetNewSpaceAllocationThroughputPerMS(); in AdjustCapacity()
H A Dheap.cpp1765 double newSpaceAllocSpeed = memController_->GetNewSpaceAllocationThroughputPerMS(); in TryTriggerIdleCollection()
1927 double newSpaceAllocSpeed = memController_->GetNewSpaceAllocationThroughputPerMS(); in TryTriggerConcurrentMarking()

Completed in 8 milliseconds