Home | Sort by relevance Sort by last modified time |
/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 |