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

  /art/runtime/
parsed_options.h 50 bool is_zygote_; member in class:art::ParsedOptions
runtime.cc 103 is_zygote_(false),
445 if (is_zygote_) {
531 is_zygote_ = false;
557 if (!is_zygote_) {
692 is_zygote_ = options->is_zygote_;
    [all...]
runtime.h 122 return is_zygote_;
535 bool is_zygote_; member in class:art::Runtime
parsed_options.cc 229 is_zygote_ = false;
432 is_zygote_ = true;
    [all...]

Completed in 35 milliseconds