Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h1013 return monitor_timeout_enable_; in IsMonitorTimeoutEnabled()
1293 bool monitor_timeout_enable_; variable
Druntime.cc289 monitor_timeout_enable_(false), in Runtime()
1486 monitor_timeout_enable_ = runtime_options.GetOrDefault(Opt::MonitorTimeoutEnable); in Init()