Searched defs:checkpoints (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc790 Closure *checkpoints[kMaxCheckpoints]; local
793 // checkpoints. Then clear the list and the flag. The RequestCheckpoint
799 checkpoints[i] = tlsPtr_.checkpoint_functions[i];
809 if (checkpoints[i] != nullptr) {
811 checkpoints[i]->Run(this);

Completed in 72 milliseconds