Lines Matching refs:Exists
1197 if (runtime_options.Exists(Opt::UseStderrLogger)) { in Init()
1286 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()
1287 is_primary_zygote_ = runtime_options.Exists(Opt::PrimaryZygote); in Init()
1288 is_explicit_gc_disabled_ = runtime_options.Exists(Opt::DisableExplicitGC); in Init()
1318 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()
1338 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()
1339 force_native_bridge_ = runtime_options.Exists(Opt::ForceNativeBridge); in Init()
1351 is_low_memory_mode_ = runtime_options.Exists(Opt::LowMemoryMode); in Init()
1366 if (is_low_memory_mode_ && !runtime_options.Exists(Opt::ForegroundHeapGrowthMultiplier)) { in Init()
1402 runtime_options.Exists(Opt::LowMemoryMode), in Init()
1405 runtime_options.Exists(Opt::IgnoreMaxFootprint), in Init()
1418 runtime_options.Exists(Opt::DumpRegionInfoBeforeGC), in Init()
1419 runtime_options.Exists(Opt::DumpRegionInfoAfterGC), in Init()
1427 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()
1595 if (runtime_options.Exists(Opt::BootClassPathDexList)) { in Init()
1613 if (runtime_options.Exists(Opt::BootClassPathDexList)) { in Init()
1639 if (runtime_options.Exists(Opt::MethodTrace)) { in Init()
1644 trace_config_->trace_output_mode = runtime_options.Exists(Opt::MethodTraceStreaming) ? in Init()
1802 if (runtime_options.Exists(Opt::OnlyUseSystemOatFiles)) { in Init()