Searched refs:features_prop (Results 1 – 2 of 2) sorted by relevance
462 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", isa_str); in AddDex2OatInstructionSet() local463 args.AddIfNonEmpty("--instruction-set-features=%s", system_properties.GetOrEmpty(features_prop)); in AddDex2OatInstructionSet()
1644 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", instruction_set); in AddCompilerConfigFlags() local1645 args.AddIfNonEmpty("--instruction-set-features=%s", props_->GetOrEmpty(features_prop)); in AddCompilerConfigFlags()