Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h169 return is_zygote_; in IsZygote()
694 bool is_zygote_; variable
Druntime.cc165 is_zygote_(false), in Runtime()
605 if (is_zygote_) { in Start()
706 is_zygote_ = false; in InitNonZygoteOrPostFork()
745 if (!is_zygote_) { in StartSignalCatcher()
931 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()