Searched refs:concurrent_copying_ (Results 1 – 1 of 1) sorted by relevance
194 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) { in ThreadFlipVisitor()207 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread); in Run()208 … reinterpret_cast<Atomic<size_t>*>(&concurrent_copying_->from_space_num_objects_at_first_pause_)-> in Run()211 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread); in Run()218 thread->VisitRoots(concurrent_copying_); in Run()219 concurrent_copying_->GetBarrier().Pass(self); in Run()223 ConcurrentCopying* const concurrent_copying_; member in art::gc::collector::ThreadFlipVisitor231 : concurrent_copying_(concurrent_copying) { in FlipCallback()235 ConcurrentCopying* cc = concurrent_copying_; in Run()258 ConcurrentCopying* const concurrent_copying_; member in art::gc::collector::FlipCallback[all …]