Home
last modified time | relevance | path

Searched refs:AddFeaturesFromSplitString (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.h101 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString() function
103 return AddFeaturesFromSplitString(features, false, error_msg); in AddFeaturesFromSplitString()
107 AddFeaturesFromSplitString(const std::vector<std::string>& features,
H A Dinstruction_set_features_x86.cc370 std::unique_ptr<const InstructionSetFeatures> X86InstructionSetFeatures::AddFeaturesFromSplitString( in AddFeaturesFromSplitString() function in art::X86InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h77 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString() function
79 return X86InstructionSetFeatures::AddFeaturesFromSplitString(features, true, error_msg); in AddFeaturesFromSplitString()
/aosp_15_r20/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.h88 AddFeaturesFromSplitString(const std::vector<std::string>& features,
H A Dinstruction_set_features_arm.cc354 ArmInstructionSetFeatures::AddFeaturesFromSplitString( in AddFeaturesFromSplitString() function in art::ArmInstructionSetFeatures
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dinstruction_set_features_riscv64.h91 std::unique_ptr<const InstructionSetFeatures> AddFeaturesFromSplitString(
H A Dinstruction_set_features_riscv64.cc122 Riscv64InstructionSetFeatures::AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString() function in art::Riscv64InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.h118 AddFeaturesFromSplitString(const std::vector<std::string>& features,
H A Dinstruction_set_features_arm64.cc372 Arm64InstructionSetFeatures::AddFeaturesFromSplitString( in AddFeaturesFromSplitString() function in art::Arm64InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/
H A Dinstruction_set_features.h144 AddFeaturesFromSplitString(const std::vector<std::string>& features,
H A Dinstruction_set_features.cc277 return AddFeaturesFromSplitString(features, error_msg); in AddFeaturesFromString()