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

  /art/runtime/gc/
heap.h 359 void ThreadFlipBegin(Thread* self) REQUIRES(!*thread_flip_lock_);
    [all...]
heap.cc     [all...]
  /art/runtime/
thread_list.cc 527 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls.
529 // ThreadFlipBegin happens before we suspend all the threads, so it does not count towards the
    [all...]

Completed in 1198 milliseconds