Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h196 return is_primary_zygote_; in IsPrimaryZygote()
206 is_primary_zygote_ = false; in SetAsSystemServer()
213 is_primary_zygote_ = false; in SetAsZygoteChild()
1214 bool is_primary_zygote_; variable
Druntime.cc254 is_primary_zygote_(false), in Runtime()
1634 is_primary_zygote_ = runtime_options.Exists(Opt::PrimaryZygote); in Init()