Home
last modified time | relevance | path

Searched refs:RunEmptyCheckpoint (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dthread-inl.h59 RunEmptyCheckpoint(); in CheckSuspend()
71 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromWeakRefAccess()
95 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromMutex()
194 RunEmptyCheckpoint(); in TransitionToSuspendedAndRunCheckpoints()
Dthread_list.h118 void RunEmptyCheckpoint()
Dthread_list.cc406 void ThreadList::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::ThreadList
Dthread.h1407 void RunEmptyCheckpoint();
Dthread.cc1558 void Thread::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::Thread
/art/runtime/gc/collector/
Dconcurrent_copying.cc1731 thread_list->RunEmptyCheckpoint(); in IssueEmptyCheckpoint()