Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h175 return is_primary_zygote_; in IsPrimaryZygote()
185 is_primary_zygote_ = false; in SetAsSystemServer()
192 is_primary_zygote_ = false; in SetAsZygoteChild()
1051 bool is_primary_zygote_; variable
Druntime.cc235 is_primary_zygote_(false), in Runtime()
1286 is_primary_zygote_ = runtime_options.Exists(Opt::PrimaryZygote); in Init()