HomeSort by relevance Sort by last modified time
    Searched refs:FlipThreadRoots (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread_list.h 123 size_t FlipThreadRoots(Closure* thread_flip_visitor,
thread_list.cc 516 size_t ThreadList::FlipThreadRoots(Closure* thread_flip_visitor,
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 268 void FlipThreadRoots() REQUIRES(!Locks::mutator_lock_);
concurrent_copying.cc 213 FlipThreadRoots();
509 // Called back from Runtime::FlipThreadRoots() during a pause.
732 void ConcurrentCopying::FlipThreadRoots() {
733 TimingLogger::ScopedTiming split("FlipThreadRoots", GetTimings());
744 size_t barrier_count = Runtime::Current()->GetThreadList()->FlipThreadRoots(
756 LOG(INFO) << "GC end of FlipThreadRoots";
    [all...]

Completed in 287 milliseconds