Home
last modified time | relevance | path

Searched refs:ThreadFlipEnd (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.cc582 collector->GetHeap()->ThreadFlipEnd(self); in FlipThreadRoots()
/art/runtime/gc/
Dheap.h372 void ThreadFlipEnd(Thread* self) REQUIRES(!*thread_flip_lock_);
Dheap.cc971 void Heap::ThreadFlipEnd(Thread* self) { in ThreadFlipEnd() function in art::gc::Heap