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

/art/runtime/
H A Dthread_list.cc316 if (thread->RequestCheckpoint(checkpoint_function)) {
506 if (thread->RequestCheckpoint(checkpoint_function)) {
H A Dthread.h250 bool RequestCheckpoint(Closure* function)
H A Dthread.cc1299 // copied, clear the list and the flag. The RequestCheckpoint function will also grab this lock
1334 bool Thread::RequestCheckpoint(Closure* function) { function in class:art::Thread
1419 installed = RequestCheckpoint(&barrier_closure);

Completed in 851 milliseconds