Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h163 return is_zygote_; in IsZygote()
836 bool is_zygote_; variable
Druntime.cc218 is_zygote_(false), in Runtime()
811 if (!is_zygote_) { in Start()
881 is_zygote_ = false; in InitNonZygoteOrPostFork()
929 if (!is_zygote_) { in StartSignalCatcher()
1167 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1214 DCHECK(!is_zygote_ || !do_hidden_api_checks); in Init()