Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp95 if (processedCards < this->GetMinConcurrentCardsToProcess()) { in ThreadLoop()
Dupdate_remset_task_queue.cpp52 if (processedCards < this->GetMinConcurrentCardsToProcess()) { in UpdateRemsetTaskQueue()
Dupdate_remset_worker.h166 ALWAYS_INLINE size_t GetMinConcurrentCardsToProcess() const in GetMinConcurrentCardsToProcess() function