Home
last modified time | relevance | path

Searched refs:RequestCheckpoint (Results 1 – 4 of 4) 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/
Dthread_list.cc339 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
Dthread.h281 bool RequestCheckpoint(Closure* function)
Dthread.cc1564 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread
1678 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()