HomeSort by relevance Sort by last modified time
    Searched refs:RequestCheckpoint (Results 1 - 4 of 4) sorted by null

  /art/test/203-multi-checkpoint/
multi_checkpoint.cc 70 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/
thread_list.cc 337 if (thread->RequestCheckpoint(checkpoint_function)) {
526 if (thread->RequestCheckpoint(checkpoint_function)) {
    [all...]
thread.h 273 bool RequestCheckpoint(Closure* function)
    [all...]
thread.cc     [all...]

Completed in 73 milliseconds