Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h58 RunEmptyCheckpoint(); in CheckSuspend()
70 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromWeakRefAccess()
94 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromMutex()
193 RunEmptyCheckpoint(); in TransitionToSuspendedAndRunCheckpoints()
Dthread_list.h118 void RunEmptyCheckpoint()
Dthread_list.cc404 void ThreadList::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::ThreadList
Dthread.h1390 void RunEmptyCheckpoint();
Dthread.cc1377 void Thread::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::Thread
/art/runtime/gc/collector/
Dconcurrent_copying.cc1055 thread_list->RunEmptyCheckpoint(); in IssueEmptyCheckpoint()