Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.h118 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
194 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
H A Dmutator_gc_coord.md116 functions provided by `Thread`, `ThreadList` provides the `RunCheckpoint()` function
120 `RunCheckpoint()` does not wait for completion of the function calls triggered by
H A Dthread_list.cc257 threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump()
311 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() function in art::ThreadList
H A Dcha.cc701 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
H A Ddebugger.cc352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
H A Dthread.cc4434 Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in ClearAllInterpreterCaches()
H A Dclass_linker.cc313 size_t count = Runtime::Current()->GetThreadList()->RunCheckpoint(this); in MakeVisible()
/aosp12/art/openjdkjvmti/
H A Dalloc_manager.cc204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
H A Dti_stack.cc368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc304 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); in ActivateReadBarrierEntrypoints()
1041 size_t barrier_count = thread_list->RunCheckpoint(&check_point, /* callback */ nullptr); in CaptureThreadRootsForMarking()
1764 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); in IssueDisableMarkingCheckpoint()
2069 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback); in RevokeThreadLocalMarkStacks()
H A Dmark_sweep.cc1190 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1071 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
/aosp12/art/runtime/gc/
H A Dheap.cc1537 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()