Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/gc/
Dgenerational-gc-base.cpp44 auto new_counter = this->gc_counter_.load(std::memory_order_acquire); in WaitForGC() local
45 if (new_counter > old_counter && this->last_cause_.load() >= task.reason_) { in WaitForGC()
Dgc.cpp184 auto new_counter = gc_counter_.load(std::memory_order_acquire); in RunPhases() local
185 if (new_counter > old_counter) { in RunPhases()
/ark/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp168 auto new_counter = this->gc_counter_.load(std::memory_order_acquire); in WaitForGC() local
169 if (new_counter > old_counter && this->last_cause_.load() >= task.reason_) { in WaitForGC()