Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h116 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
193 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
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
Dcha.cc700 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
Ddebugger.cc352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
/art/openjdkjvmti/
Dalloc_manager.cc204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
Dti_stack.cc368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
/art/runtime/gc/collector/
Dmark_sweep.cc1190 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
/art/runtime/jit/
Djit_code_cache.cc1055 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()