Home
last modified time | relevance | path

Searched refs:allocatedSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp77 size_t allocatedSize = graph_->GetAllocator()->GetAllocatedSize(); in ProcessBeforeRun() local
84 ASSERT(allocatedSize >= lastAllocatedIr_); in ProcessBeforeRun()
85 topPass->memUsedIr += allocatedSize - lastAllocatedIr_; in ProcessBeforeRun()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocator.h130 void IncreaseAllocatedSize(size_t allocatedSize) in IncreaseAllocatedSize() argument
132 allocationSizeAccumulator_ += allocatedSize; in IncreaseAllocatedSize()
H A Dwork_manager.cpp33 size_t allocatedSize = sizeof(WorkNode) + sizeof(Stack) + STACK_AREA_SIZE; in AllocateWorkNode() local
34 ASSERT(allocatedSize < WORKNODE_SPACE_SIZE); in AllocateWorkNode()
37 if (begin + allocatedSize >= spaceEnd_) { in AllocateWorkNode()
44 spaceStart_ = begin + allocatedSize; in AllocateWorkNode()
46 stack->ResetBegin(begin + sizeof(WorkNode) + sizeof(Stack), begin + allocatedSize); in AllocateWorkNode()
H A Dmem_controller.cpp266 size_t allocatedSize = oldSpaceAllocSizeSinceGC_; in GetCurrentOldSpaceAllocationThroughputPerMS() local
269 MakeBytesAndDuration(allocatedSize, duration), timeMs); in GetCurrentOldSpaceAllocationThroughputPerMS()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp452 size_t allocatedSize = region->GetAllocatedBytes(); in RegionCompactingImpl() local
453 ASSERT(moveSize <= allocatedSize); in RegionCompactingImpl()
454 size_t deleteSize = allocatedSize - moveSize; in RegionCompactingImpl()

Completed in 7 milliseconds