Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp46 void Space::SwapAllocationCounter(Space *space) in SwapAllocationCounter() function in panda::ecmascript::Space
Dspace.h196 void SwapAllocationCounter(Space *space);
Dheap-inl.h314 activeSemiSpace_->SwapAllocationCounter(inactiveSemiSpace_); in SwapNewSpace()
328 oldSpace_->SwapAllocationCounter(compressSpace_); in SwapOldSpace()