Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h156 return is_zygote_; in IsZygote()
737 bool is_zygote_; variable
Druntime.cc210 is_zygote_(false), in Runtime()
770 if (!is_zygote_) { in Start()
824 is_zygote_ = false; in InitNonZygoteOrPostFork()
863 if (!is_zygote_) { in StartSignalCatcher()
1089 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()