Home
last modified time | relevance | path

Searched refs:work_chunks_created_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.cc122 work_chunks_created_.StoreRelaxed(0); in InitializePhase()
564 ++mark_sweep_->work_chunks_created_; in MarkStackTask()
1183 CHECK_EQ(work_chunks_created_.LoadSequentiallyConsistent(), in ProcessMarkStackParallel()
1242 VLOG(gc) << "Total number of work chunks allocated: " << work_chunks_created_.LoadRelaxed(); in FinishPhase()
Dmark_sweep.h301 AtomicInteger work_chunks_created_; variable