Home
last modified time | relevance | path

Searched refs:RequestCheckpoint (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.cc217 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
292 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpointOnRunnableThreads()
Dthread.h207 bool RequestCheckpoint(Closure* function)
Dthread.cc700 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint() function in art::Thread