Home
last modified time | relevance | path

Searched refs:is_zygote_ (Results 1 – 2 of 2) 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()
1054 bool is_zygote_; variable
Druntime.cc234 is_zygote_(false), in Runtime()
931 if (!is_zygote_) { in Start()
1090 if (!is_zygote_) { in StartSignalCatcher()
1286 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1327 DCHECK(!is_zygote_ || hidden_api_policy_ == hiddenapi::EnforcementPolicy::kDisabled); in Init()