Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread-inl.h60 RunEmptyCheckpoint(); in CheckSuspend()
72 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromWeakRefAccess()
96 RunEmptyCheckpoint(); in CheckEmptyCheckpointFromMutex()
196 RunEmptyCheckpoint(); in TransitionToSuspendedAndRunCheckpoints()
H A Dthread_list.h126 void RunEmptyCheckpoint()
H A Dmutator_gc_coord.md124 : ThreadList provides `RunEmptyCheckpoint()`, which waits until
128 example, a read-barrier started before a `RunEmptyCheckpoint()` call will have
H A Dthread_list.cc398 void ThreadList::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::ThreadList
H A Dthread.h1479 void RunEmptyCheckpoint();
H A Druntime.cc3180 runtime->GetThreadList()->RunEmptyCheckpoint(); in Run()
H A Dthread.cc1576 void Thread::RunEmptyCheckpoint() { in RunEmptyCheckpoint() function in art::Thread
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1797 thread_list->RunEmptyCheckpoint(); in IssueEmptyCheckpoint()