Searched refs:RequestCheckpoint (Results 1 - 4 of 4) sorted by relevance

/art/test/203-multi-checkpoint/
H A Dmulti_checkpoint.cc70 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set first checkpoint.";
71 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set second checkpoint.";
84 if (target->RequestCheckpoint(&gSetupClosure)) {
/art/runtime/
H A Dthread_list.cc337 if (thread->RequestCheckpoint(checkpoint_function)) {
526 if (thread->RequestCheckpoint(checkpoint_function)) {
H A Dthread.h273 bool RequestCheckpoint(Closure* function)
H A Dthread.cc1383 bool Thread::RequestCheckpoint(Closure* function) { function in class:art::Thread
1497 installed = RequestCheckpoint(&barrier_closure);

Completed in 3234 milliseconds