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

/art/runtime/
H A Dthread_list.cc320 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { argument
337 if (thread->RequestCheckpoint(checkpoint_function)) {
362 checkpoint_function->Run(self);
386 checkpoint_function->Run(thread);
512 size_t ThreadList::RunCheckpointOnRunnableThreads(Closure* checkpoint_function) { argument
526 if (thread->RequestCheckpoint(checkpoint_function)) {

Completed in 225 milliseconds