Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc158 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) { in ThreadFlipVisitor()
170 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread); in Run()
171 … reinterpret_cast<Atomic<size_t>*>(&concurrent_copying_->from_space_num_objects_at_first_pause_)-> in Run()
174 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread); in Run()
181 thread->VisitRoots(concurrent_copying_); in Run()
182 concurrent_copying_->GetBarrier().Pass(self); in Run()
186 ConcurrentCopying* const concurrent_copying_; member in art::gc::collector::ThreadFlipVisitor
194 : concurrent_copying_(concurrent_copying) { in FlipCallback()
198 ConcurrentCopying* cc = concurrent_copying_; in Run()
220 ConcurrentCopying* const concurrent_copying_; member in art::gc::collector::FlipCallback
[all …]