Home
last modified time | relevance | path

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

/art/test/203-multi-checkpoint/
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()
/art/runtime/
Dmutator_gc_coord.md116 on our behalf. `RequestCheckpoint()` asks a specific thread to execute the closure
122 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a
125 the resulting `RequestCheckpoint()` invocations.
Dthread_list.cc329 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
Dthread.h425 bool RequestCheckpoint(Closure* function)
Dthread.cc1577 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread
1666 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()