Home
last modified time | relevance | path

Searched refs:features_prop (Results 1 – 2 of 2) sorted by relevance

/art/odrefresh/
Dodrefresh.cc462 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", isa_str); in AddDex2OatInstructionSet() local
463 args.AddIfNonEmpty("--instruction-set-features=%s", system_properties.GetOrEmpty(features_prop)); in AddDex2OatInstructionSet()
/art/artd/
Dartd.cc1644 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", instruction_set); in AddCompilerConfigFlags() local
1645 args.AddIfNonEmpty("--instruction-set-features=%s", props_->GetOrEmpty(features_prop)); in AddCompilerConfigFlags()