Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc528 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls. in FlipThreadRoots()
/art/runtime/gc/
Dheap.h371 void ThreadFlipBegin(Thread* self) REQUIRES(!*thread_flip_lock_);
Dheap.cc945 void Heap::ThreadFlipBegin(Thread* self) { in ThreadFlipBegin() function in art::gc::Heap