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