Home
last modified time | relevance | path

Searched refs:GetWorkersTaskPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.cpp32 ASSERT((stackSizeLimit == 0) || (gc->GetWorkersTaskPool() != nullptr)); in GCAdaptiveStack()
88 ASSERT(gc_->GetWorkersTaskPool() != nullptr); in PushToStack()
94 if (gc_->GetWorkersTaskPool()->AddTask(GCMarkWorkersTask(taskType_, newStack))) { in PushToStack()
Dgc.h252 GCWorkersTaskPool *GetWorkersTaskPool() const in GetWorkersTaskPool() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp165 if (!this->GetWorkersTaskPool()->AddTask(GCRegionCompactWorkersTask(storage))) { in DoRegionCompacting()
770 … if (!this->GetWorkersTaskPool()->AddTask(GCWorkersTaskTypes::TASK_RETURN_FREE_PAGES_TO_OS)) { in RunFullGC()
1114 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in MixedMarkAndCacheRefs()
1198 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in CollectAndMove()
1307 … if (this->GetWorkersTaskPool()->AddTask(GCUpdateRefsWorkersTask<false>(gcWorkerTask))) { in UpdateRefsToMovedObjects()
1337 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in UpdateRefsToMovedObjects()
1358 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in OnPauseMark()
1539 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in Remark()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp111 this->GetWorkersTaskPool()->WaitUntilTasksEnd(); in Mark()