Searched refs:RequestCheckpoint (Results 1 – 4 of 4) 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()
339 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
281 bool RequestCheckpoint(Closure* function)
1564 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread1678 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()