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

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

Completed in 628 milliseconds