HomeSort by relevance Sort by last modified time
    Searched full:concurrent_copying_ (Results 1 - 1 of 1) sorted by null

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

Completed in 64 milliseconds