Searched refs:RunCheckpoint (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dthread_list.h110 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
190 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
H A Dcha.cc680 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint);
H A Dthread_list.cc266 threads_running_checkpoint = RunCheckpoint(&checkpoint);
320 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { function in class:art::ThreadList
/art/openjdkjvmti/
H A Dti_stack.cc327 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc220 // See the code in ThreadList::RunCheckpoint.
234 // This needs to run under the thread_list_lock_ critical section in ThreadList::RunCheckpoint()
250 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback);
960 // See the code in ThreadList::RunCheckpoint.
975 // This needs to run under the thread_list_lock_ critical section in ThreadList::RunCheckpoint()
997 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc);
1353 // See the code in ThreadList::RunCheckpoint.
1368 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback);
1585 // This needs to run under the thread_list_lock_ critical section in ThreadList::RunCheckpoint()
H A Dmark_sweep.cc1173 // See the code in ThreadList::RunCheckpoint.
1189 size_t barrier_count = thread_list->RunCheckpoint(&check_point);
/art/runtime/jit/
H A Djit_code_cache.cc1181 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure);
/art/runtime/gc/
H A Dheap.cc1295 // See the code in ThreadList::RunCheckpoint.
1313 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure);

Completed in 136 milliseconds