Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h110 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
190 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
Dcha.cc680 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
Dthread_list.cc266 threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump()
320 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() function in art::ThreadList
/art/runtime/gc/collector/
Dconcurrent_copying.cc250 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); in ActivateReadBarrierEntrypoints()
997 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); in IssueDisableMarkingCheckpoint()
1368 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1189 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
/art/openjdkjvmti/
Dti_stack.cc327 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
/art/runtime/jit/
Djit_code_cache.cc1181 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
/art/runtime/gc/
Dheap.cc1313 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()