Home
last modified time | relevance | path

Searched refs:gTestClosure (Results 1 – 1 of 1) sorted by relevance

/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc58 static TestClosure gTestClosure = {}; variable
61 gTestClosure.Check(); in Java_Main_checkCheckpointsRun()
70 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set first checkpoint."; in Run()
71 CHECK(self->RequestCheckpoint(&gTestClosure)) << "Could not set second checkpoint."; in Run()