Home
last modified time | relevance | path

Searched refs:is_zygote_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h171 return is_zygote_; in IsZygote()
184 is_zygote_ = false; in SetAsSystemServer()
191 is_zygote_ = is_zygote; in SetAsZygoteChild()
1050 bool is_zygote_; variable
Druntime.cc234 is_zygote_(false), in Runtime()
930 if (!is_zygote_) { in Start()
1089 if (!is_zygote_) { in StartSignalCatcher()
1285 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1325 DCHECK(!is_zygote_ || hidden_api_policy_ == hiddenapi::EnforcementPolicy::kDisabled); in Init()
/art/runtime/gc/space/
Dimage_space.cc2503 is_zygote_(is_zygote), in BootImageLoader()
2512 bool IsZygote() const { return is_zygote_; } in IsZygote()
3088 const bool rw_lock = is_zygote_ || !is_global_cache_; in Load()
3413 const bool is_zygote_; member in art::gc::space::ImageSpace::BootImageLoader