Home
last modified time | relevance | path

Searched refs:RunCheckpoint (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dthread_list.h110 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
187 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
Dcha.cc700 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
Dthread_list.cc268 threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump()
322 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() function in art::ThreadList
Druntime.cc2856 size_t threads_running_checkpoint = GetThreadList()->RunCheckpoint(&closure); in NotifyStartupCompleted()
Dthread.cc4251 Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in ClearAllInterpreterCaches()
/art/runtime/gc/collector/
Dconcurrent_copying.cc285 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); in ActivateReadBarrierEntrypoints()
1014 size_t barrier_count = thread_list->RunCheckpoint(&check_point, /* callback */ nullptr); in CaptureThreadRootsForMarking()
1698 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); in IssueDisableMarkingCheckpoint()
1989 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1190 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
/art/openjdkjvmti/
Dti_stack.cc351 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
/art/runtime/jit/
Djit_code_cache.cc1496 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
/art/runtime/gc/
Dheap.cc1461 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()