Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h192 return is_zygote_; in IsZygote()
205 is_zygote_ = false; in SetAsSystemServer()
212 is_zygote_ = is_zygote; in SetAsZygoteChild()
1213 bool is_zygote_; variable
Druntime.cc253 is_zygote_(false), in Runtime()
1117 if (!is_zygote_) { in Start()
1349 if (!is_zygote_) { in StartSignalCatcher()
1633 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1642 if (is_zygote_ || runtime_options.Exists(Opt::OnlyUseTrustedOatFiles)) { in Init()
1692 DCHECK_IMPLIES(is_zygote_, hidden_api_policy_ == hiddenapi::EnforcementPolicy::kDisabled); in Init()