Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp55 for (int type = startSpaceType_; type < FREE_LIST_NUM; type++) { in SweepPhases()
56 remainderTaskNum_[type] = FREE_LIST_NUM - startSpaceType_; in SweepPhases()
84 for (int i = startSpaceType_; i < FREE_LIST_NUM; i++) { in WaitAllTaskFinished()
100 for (int i = startSpaceType_; i < FREE_LIST_NUM; i++) { in EnsureAllTaskFinished()
139 int sweepTypeNum = FREE_LIST_NUM - sweeper_->startSpaceType_; in Run()
140 for (size_t i = sweeper_->startSpaceType_; i < FREE_LIST_NUM; i++) { in Run()
Dconcurrent_sweeper.h64 std::array<os::memory::Mutex, FREE_LIST_NUM> mutexs_;
65 std::array<os::memory::ConditionVariable, FREE_LIST_NUM> cvs_;
66 std::array<std::atomic_int, FREE_LIST_NUM> remainderTaskNum_ = {0, 0, 0};
Dspace.h42 FREE_LIST_NUM = MACHINE_CODE_SPACE - OLD_SPACE + 1, enumerator