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

/art/runtime/
H A Dthread.cc1355 // Grab the suspend_count lock, get the next checkpoint and update all the checkpoint fields. If
1357 Closure* checkpoint; local
1360 checkpoint = tlsPtr_.checkpoint_function;
1371 // Outside the lock, run the checkpoint function.
1372 ScopedTrace trace("Run checkpoint function");
1373 CHECK(checkpoint != nullptr) << "Checkpoint flag set without pending checkpoint";
1374 checkpoint->Run(this);
1387 return false; // Fail, thread is suspended and so can't run a checkpoint
[all...]

Completed in 169 milliseconds