Searched refs:RunCheckpoint (Results 1 – 13 of 13) sorted by relevance
118 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)194 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
116 functions provided by `Thread`, `ThreadList` provides the `RunCheckpoint()` function120 `RunCheckpoint()` does not wait for completion of the function calls triggered by
257 threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump()311 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() function in art::ThreadList
701 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
4434 Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in ClearAllInterpreterCaches()
313 size_t count = Runtime::Current()->GetThreadList()->RunCheckpoint(this); in MakeVisible()
204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
304 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()
1190 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
1071 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
1537 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()