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.cc126 work_chunks_created_.StoreRelaxed(0); in InitializePhase()
645 ++mark_sweep_->work_chunks_created_; in MarkStackTask()
1305 CHECK_EQ(work_chunks_created_.LoadSequentiallyConsistent(), in ProcessMarkStackParallel()
1364 VLOG(gc) << "Total number of work chunks allocated: " << work_chunks_created_.LoadRelaxed(); in FinishPhase()
Dmark_sweep.h302 AtomicInteger work_chunks_created_; variable