Lines Matching refs:Exists
1120 if (runtime_options.Exists(Opt::UseStderrLogger)) { in Init()
1167 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1168 is_explicit_gc_disabled_ = runtime_options.Exists(Opt::DisableExplicitGC); in Init()
1205 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()
1213 bool do_hidden_api_checks = runtime_options.Exists(Opt::HiddenApiChecks); in Init()
1222 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()
1223 force_native_bridge_ = runtime_options.Exists(Opt::ForceNativeBridge); in Init()
1235 is_low_memory_mode_ = runtime_options.Exists(Opt::LowMemoryMode); in Init()
1246 if (is_low_memory_mode_ && !runtime_options.Exists(Opt::ForegroundHeapGrowthMultiplier)) { in Init()
1273 runtime_options.Exists(Opt::LowMemoryMode), in Init()
1276 runtime_options.Exists(Opt::IgnoreMaxFootprint), in Init()
1294 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()
1317 if (runtime_options.Exists(Opt::JdwpOptions)) { in Init()
1477 if (!runtime_options.Exists(Opt::BootClassPathLocations)) { in Init()
1485 if (runtime_options.Exists(Opt::BootClassPathDexList)) { in Init()
1513 if (runtime_options.Exists(Opt::MethodTrace)) { in Init()
1518 trace_config_->trace_output_mode = runtime_options.Exists(Opt::MethodTraceStreaming) ? in Init()
1619 if (runtime_options.Exists(Opt::OnlyUseSystemOatFiles)) { in Init()