Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h178 return is_primary_zygote_; in IsPrimaryZygote()
188 is_primary_zygote_ = false; in SetAsSystemServer()
195 is_primary_zygote_ = false; in SetAsZygoteChild()
1123 bool is_primary_zygote_; variable
Druntime.cc241 is_primary_zygote_(false), in Runtime()
1456 is_primary_zygote_ = runtime_options.Exists(Opt::PrimaryZygote); in Init()