Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h174 return is_zygote_; in IsZygote()
187 is_zygote_ = false; in SetAsSystemServer()
194 is_zygote_ = is_zygote; in SetAsZygoteChild()
1122 bool is_zygote_; variable
Druntime.cc240 is_zygote_(false), in Runtime()
951 if (!is_zygote_) { in Start()
1178 if (!is_zygote_) { in StartSignalCatcher()
1455 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1507 DCHECK(!is_zygote_ || hidden_api_policy_ == hiddenapi::EnforcementPolicy::kDisabled); in Init()