Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h148 return is_zygote_; in IsZygote()
597 bool is_zygote_; variable
Druntime.cc152 is_zygote_(false), in Runtime()
535 if (is_zygote_) { in Start()
634 is_zygote_ = false; in DidForkFromZygote()
668 if (!is_zygote_) { in StartSignalCatcher()
811 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()