Home
last modified time | relevance | path

Searched refs:FromHwcap (Results 1 – 15 of 15) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features.cc122 return Arm64InstructionSetFeatures::FromHwcap(); in FromRuntimeDetection()
152 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::InstructionSetFeatures
156 return ArmInstructionSetFeatures::FromHwcap(); in FromHwcap()
158 return Arm64InstructionSetFeatures::FromHwcap(); in FromHwcap()
160 return MipsInstructionSetFeatures::FromHwcap(); in FromHwcap()
162 return Mips64InstructionSetFeatures::FromHwcap(); in FromHwcap()
164 return X86InstructionSetFeatures::FromHwcap(); in FromHwcap()
166 return X86_64InstructionSetFeatures::FromHwcap(); in FromHwcap()
Dinstruction_set_features.h70 static std::unique_ptr<const InstructionSetFeatures> FromHwcap();
Dinstruction_set_features_test.cc147 InstructionSetFeatures::FromHwcap());
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h52 static X86_64FeaturesUniquePtr FromHwcap() { in FromHwcap() function
53 return Convert(X86InstructionSetFeatures::FromHwcap(true)); in FromHwcap()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h45 static Mips64FeaturesUniquePtr FromHwcap();
Dinstruction_set_features_mips64.cc81 Mips64FeaturesUniquePtr Mips64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Mips64InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h44 static ArmFeaturesUniquePtr FromHwcap();
Dinstruction_set_features_arm.cc189 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::ArmInstructionSetFeatures
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h47 static MipsFeaturesUniquePtr FromHwcap();
Dinstruction_set_features_mips.cc159 MipsFeaturesUniquePtr MipsInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::MipsInstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h44 static Arm64FeaturesUniquePtr FromHwcap();
Dinstruction_set_features_arm64_test.cc185 InstructionSetFeatures::FromHwcap()); in TEST()
200 InstructionSetFeatures::FromHwcap()); in TEST()
Dinstruction_set_features_arm64.cc203 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h46 static X86FeaturesUniquePtr FromHwcap(bool x86_64 = false);
Dinstruction_set_features_x86.cc225 X86FeaturesUniquePtr X86InstructionSetFeatures::FromHwcap(bool x86_64) { in FromHwcap() function in art::X86InstructionSetFeatures