Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp74 …auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; // gc thread and… in Mark() local
75 for (uint32_t i = 0; i < totalThreadCount; i++) { in Mark()
87 auto totalThreadCount = static_cast<uint32_t>( in Sweep() local
89 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
Dfull_gc.cpp115 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local
117 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()
119 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
Dparallel_evacuator.cpp292 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local
293 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()
366 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReferenceOpt() local
367 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReferenceOpt()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc.cpp133 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local
134 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()
Dshared_full_gc.cpp142 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local
143 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()