Lines Matching refs:Exists
1128 if (runtime_options.Exists(Opt::UseStderrLogger)) { in Init()
1218 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1219 is_explicit_gc_disabled_ = runtime_options.Exists(Opt::DisableExplicitGC); in Init()
1249 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()
1269 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()
1270 force_native_bridge_ = runtime_options.Exists(Opt::ForceNativeBridge); in Init()
1282 is_low_memory_mode_ = runtime_options.Exists(Opt::LowMemoryMode); in Init()
1293 if (is_low_memory_mode_ && !runtime_options.Exists(Opt::ForegroundHeapGrowthMultiplier)) { in Init()
1328 runtime_options.Exists(Opt::LowMemoryMode), in Init()
1331 runtime_options.Exists(Opt::IgnoreMaxFootprint), in Init()
1344 runtime_options.Exists(Opt::DumpRegionInfoBeforeGC), in Init()
1345 runtime_options.Exists(Opt::DumpRegionInfoAfterGC), in Init()
1353 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()
1377 if (runtime_options.Exists(Opt::JdwpOptions)) { in Init()
1538 if (runtime_options.Exists(Opt::BootClassPathDexList)) { in Init()
1556 if (runtime_options.Exists(Opt::BootClassPathDexList)) { in Init()
1582 if (runtime_options.Exists(Opt::MethodTrace)) { in Init()
1587 trace_config_->trace_output_mode = runtime_options.Exists(Opt::MethodTraceStreaming) ? in Init()
1731 if (is_zygote_ || runtime_options.Exists(Opt::OnlyUseSystemOatFiles)) { in Init()