Home | Sort by relevance Sort by last modified time |
/art/runtime/ | |
runtime.h | 99 bool is_zygote_; member in class:art::Runtime::ParsedOptions 147 return is_zygote_; 420 bool is_zygote_; member in class:art::Runtime |
runtime.cc | 73 is_zygote_(false), 349 parsed->is_zygote_ = false; 523 parsed->is_zygote_ = true; 728 if (is_zygote_) { 792 is_zygote_ = false; 805 if (!is_zygote_) { 849 is_zygote_ = options->is_zygote_; [all...] |