Lines Matching refs:GetOrEmpty
428 threads = system_properties.GetOrEmpty("dalvik.vm.background-dex2oat-threads", in AddDex2OatConcurrencyArguments()
431 threads = system_properties.GetOrEmpty("dalvik.vm.boot-dex2oat-threads"); in AddDex2OatConcurrencyArguments()
437 cpu_set = system_properties.GetOrEmpty("dalvik.vm.background-dex2oat-cpu-set", in AddDex2OatConcurrencyArguments()
440 cpu_set = system_properties.GetOrEmpty("dalvik.vm.boot-dex2oat-cpu-set"); in AddDex2OatConcurrencyArguments()
463 args.AddIfNonEmpty("--instruction-set-features=%s", system_properties.GetOrEmpty(features_prop)); in AddDex2OatInstructionSet()
465 args.AddIfNonEmpty("--instruction-set-variant=%s", system_properties.GetOrEmpty(variant_prop)); in AddDex2OatInstructionSet()
1100 std::string property = system_properties.GetOrEmpty(system_property_config.name); in CheckSystemPropertiesAreDefault()
1140 std::string property = system_properties.GetOrEmpty(name); in CheckSystemPropertiesHaveNotChanged()
1908 args.AddRuntimeIfNonEmpty("-Xms%s", system_properties.GetOrEmpty("dalvik.vm.image-dex2oat-Xms")) in RunDex2oatForBootClasspath()
1909 .AddRuntimeIfNonEmpty("-Xmx%s", system_properties.GetOrEmpty("dalvik.vm.image-dex2oat-Xmx")); in RunDex2oatForBootClasspath()
2073 args.AddRuntimeIfNonEmpty("-Xms%s", system_properties.GetOrEmpty("dalvik.vm.dex2oat-Xms")) in RunDex2oatForSystemServer()
2074 .AddRuntimeIfNonEmpty("-Xmx%s", system_properties.GetOrEmpty("dalvik.vm.dex2oat-Xmx")); in RunDex2oatForSystemServer()