Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp85 …auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; // gc thread and… in Mark() local
86 for (uint32_t i = 0; i < totalThreadCount; i++) { in Mark()
98 auto totalThreadCount = static_cast<uint32_t>( in Sweep() local
100 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
Dfull_gc.cpp97 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local
99 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()
101 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
Dparallel_evacuator.cpp253 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local
254 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()