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

  /art/runtime/
thread.cc 567 CHECK(checkpoint_function_ != NULL);
569 checkpoint_function_->Run(this);
575 checkpoint_function_ = function;
    [all...]
thread.h 801 Closure* checkpoint_function_; variable

Completed in 1967 milliseconds