Home
last modified time | relevance | path

Searched refs:AddFeaturesFromString (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc91 base_features->AddFeaturesFromString("atomic_ldrd_strd,div", &error_msg)); in TEST()
103 base_features->AddFeaturesFromString("atomic_ldrd_strd,div", &error_msg)); in TEST()
115 base_features->AddFeaturesFromString("div,atomic_ldrd_strd,armv8a", &error_msg)); in TEST()
129 base_features->AddFeaturesFromString("default", &error_msg)); in TEST()
/art/runtime/arch/
Dinstruction_set_features.h64 std::unique_ptr<const InstructionSetFeatures> AddFeaturesFromString(
Dinstruction_set_features_test.cc88 base_features->AddFeaturesFromString(dex2oat_isa_features, &error_msg));
Dinstruction_set_features.cc183 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::AddFeaturesFromString( in AddFeaturesFromString() function in art::InstructionSetFeatures
/art/compiler/jit/
Djit_compiler.cc129 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg); in JitCompiler()
/art/dex2oat/
Ddex2oat.cc723 instruction_set_features_->AddFeaturesFromString(option, &parser_options->error_msg); in ParseInstructionSetFeatures()