HomeSort by relevance Sort by last modified time
    Searched refs:RequestCheckpoint (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread_list.cc 217 if (thread->RequestCheckpoint(checkpoint_function)) {
292 if (thread->RequestCheckpoint(checkpoint_function)) {
    [all...]
thread.h 207 bool RequestCheckpoint(Closure* function)
    [all...]
thread.cc 674 // checkpoints. Then clear the list and the flag. The RequestCheckpoint
700 bool Thread::RequestCheckpoint(Closure* function) {
    [all...]

Completed in 47 milliseconds