Home
last modified time | relevance | path

Searched refs:GetSpaceChunk (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp38 workSpace_ = ToUintPtr(GetSpaceChunk()->Allocate(WORKNODE_SPACE_SIZE));
50 GetSpaceChunk()->Free(reinterpret_cast<void *>(workSpace_)); in ~WorkManager()
129 GetSpaceChunk()->Free(reinterpret_cast<void *>(agedSpaces_.back())); in Finish()
179 workSpace_ = ToUintPtr(GetSpaceChunk()->Allocate(WORKNODE_SPACE_SIZE)); in AllocateWorkNode()
Dwork_manager.h202 WorkSpaceChunk *GetSpaceChunk() const in GetSpaceChunk() function