Searched refs:RequestCheckpoint (Results 1 – 5 of 5) sorted by relevance
70 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()
116 on our behalf. `RequestCheckpoint()` asks a specific thread to execute the closure122 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a125 the resulting `RequestCheckpoint()` invocations.
329 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
425 bool RequestCheckpoint(Closure* function)
1577 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread1666 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()