Searched defs:concurrent_copying_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc194 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) {
207 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread);
208 reinterpret_cast<Atomic<size_t>*>(&concurrent_copying_->from_space_num_objects_at_first_pause_)->
211 concurrent_copying_->region_space_->RevokeThreadLocalBuffers(thread);
218 thread->VisitRoots(concurrent_copying_);
219 concurrent_copying_->GetBarrier().Pass(self);
223 ConcurrentCopying* const concurrent_copying_; member in class:art::gc::collector::ConcurrentCopying::ThreadFlipVisitor
231 : concurrent_copying_(concurrent_copying) {
235 ConcurrentCopying* cc = concurrent_copying_;
258 ConcurrentCopying* const concurrent_copying_; member in class:art::gc::collector::ConcurrentCopying::FlipCallback
350 ConcurrentCopying* const concurrent_copying_; member in class:art::gc::collector::EmptyCheckpoint
510 ConcurrentCopying* const concurrent_copying_; member in class:art::gc::collector::ConcurrentCopying::DisableMarkingCheckpoint
918 ConcurrentCopying* const concurrent_copying_; member in class:art::gc::collector::ConcurrentCopying::RevokeThreadLocalMarkStackCheckpoint
[all...]

Completed in 19 milliseconds