Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc147 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function) { in RunCheckpoint() argument
165 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
186 checkpoint_function->Run(self); in RunCheckpoint()
Dthread_list.h64 size_t RunCheckpoint(Closure* checkpoint_function);