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

  /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...]

Completed in 64 milliseconds