Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.h88 bool AdjustCapacity(size_t allocatedSizeSinceGC);
Dlinear_space.cpp235 bool SemiSpace::AdjustCapacity(size_t allocatedSizeSinceGC) in AdjustCapacity() function in panda::ecmascript::SemiSpace
Dheap.cpp248 activeSemiSpace_->AdjustCapacity(inactiveSemiSpace_->GetAllocatedSizeSinceGC())) { in Resume()