Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h698 return zygote_max_failed_boots_; in GetZygoteMaxFailedBoots()
1307 uint32_t zygote_max_failed_boots_; variable
Druntime.cc291 zygote_max_failed_boots_(0), in Runtime()
1529 zygote_max_failed_boots_ = runtime_options.GetOrDefault(Opt::ZygoteMaxFailedBoots); in Init()