Searched refs:ThreadFlipBegin (Results 1 – 3 of 3) sorted by relevance
359 void ThreadFlipBegin(Thread* self) REQUIRES(!*thread_flip_lock_);
937 void Heap::ThreadFlipBegin(Thread* self) { in ThreadFlipBegin() function in art::gc::Heap
527 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls. in FlipThreadRoots()