Home
last modified time | relevance | path

Searched refs:RequestCheckpoint (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/203-multi-checkpoint/
H A Dmulti_checkpoint.cc70 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set first checkpoint."; in Run()
71 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set second checkpoint."; in Run()
84 if (target->RequestCheckpoint(&gSetupClosure)) { in Java_Main_pushCheckpoints()
/aosp12/art/runtime/
H A Dmutator_gc_coord.md112 on our behalf. `RequestCheckpoint()` asks a specific thread to execute the closure
118 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a
121 the resulting `RequestCheckpoint()` invocations.
H A Dthread_list.cc329 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
H A Dthread.h295 bool RequestCheckpoint(Closure* function)
H A Dthread.cc1582 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread
1696 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()