Searched refs:AddFeaturesFromString (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/arm/ |
D | instruction_set_features_arm_test.cc | 91 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/ |
D | instruction_set_features.h | 64 std::unique_ptr<const InstructionSetFeatures> AddFeaturesFromString(
|
D | instruction_set_features_test.cc | 88 base_features->AddFeaturesFromString(dex2oat_isa_features, &error_msg));
|
D | instruction_set_features.cc | 183 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::AddFeaturesFromString( in AddFeaturesFromString() function in art::InstructionSetFeatures
|
/art/compiler/jit/ |
D | jit_compiler.cc | 129 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg); in JitCompiler()
|
/art/dex2oat/ |
D | dex2oat.cc | 723 instruction_set_features_->AddFeaturesFromString(option, &parser_options->error_msg); in ParseInstructionSetFeatures()
|