Searched refs:work_chunks_created_ (Results 1 – 2 of 2) sorted by relevance
122 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()
301 AtomicInteger work_chunks_created_; variable