Home
last modified time | relevance | path

Searched defs:FromHwcap (Results 1 – 7 of 7) sorted by relevance

/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h52 static X86_64FeaturesUniquePtr FromHwcap() { in FromHwcap() function
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc81 Mips64FeaturesUniquePtr Mips64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Mips64InstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc90 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/
Dinstruction_set_features.cc155 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::InstructionSetFeatures
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc131 MipsFeaturesUniquePtr MipsInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::MipsInstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc186 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::ArmInstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc205 X86FeaturesUniquePtr X86InstructionSetFeatures::FromHwcap(bool x86_64) { in FromHwcap() function in art::X86InstructionSetFeatures