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.cpp109 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local
111 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()
113 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
Dparallel_evacuator.cpp287 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local
288 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()