Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h60 RunEmptyCheckpoint(); in CheckSuspend()
72 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromWeakRefAccess()
96 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromMutex()
196 RunEmptyCheckpoint(); in TransitionToSuspendedAndRunCheckpoints()
Dthread_list.h124 void RunEmptyCheckpoint()
Dthread_list.cc407 void ThreadList::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::ThreadList
Dthread.h1458 void RunEmptyCheckpoint();
Druntime.cc2978 runtime->GetThreadList()->RunEmptyCheckpoint(); in Run()
Dthread.cc1566 void Thread::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::Thread
/art/runtime/gc/collector/
Dconcurrent_copying.cc1742 thread_list->RunEmptyCheckpoint(); in IssueEmptyCheckpoint()