Searched defs:checkpoints (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dthread.cc1118 Closure *checkpoints[kMaxCheckpoints]; local
1121 // checkpoints. Then clear the list and the flag. The RequestCheckpoint
1127 checkpoints[i] = tlsPtr_.checkpoint_functions[i];
1137 if (checkpoints[i] != nullptr) {
1139 checkpoints[i]->Run(this);

Completed in 10 milliseconds