Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.cc154 const InstructionSetFeatures* InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::InstructionSetFeatures
159 result = ArmInstructionSetFeatures::FromHwcap(); in FromHwcap()
162 result = Arm64InstructionSetFeatures::FromHwcap(); in FromHwcap()
165 result = MipsInstructionSetFeatures::FromHwcap(); in FromHwcap()
168 result = Mips64InstructionSetFeatures::FromHwcap(); in FromHwcap()
171 result = X86InstructionSetFeatures::FromHwcap(); in FromHwcap()
174 result = X86_64InstructionSetFeatures::FromHwcap(); in FromHwcap()
Dinstruction_set_features.h54 static const InstructionSetFeatures* FromHwcap();
Dinstruction_set_features_test.cc141 InstructionSetFeatures::FromHwcap());
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h51 static const X86_64InstructionSetFeatures* FromHwcap() { in FromHwcap() function
52 return X86InstructionSetFeatures::FromHwcap(true)->AsX86_64InstructionSetFeatures(); in FromHwcap()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h42 static const Mips64InstructionSetFeatures* FromHwcap();
Dinstruction_set_features_mips64.cc71 const Mips64InstructionSetFeatures* Mips64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Mips64InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h42 static const ArmInstructionSetFeatures* FromHwcap();
Dinstruction_set_features_arm.cc163 const ArmInstructionSetFeatures* ArmInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::ArmInstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h42 static const Arm64InstructionSetFeatures* FromHwcap();
Dinstruction_set_features_arm64.cc95 const Arm64InstructionSetFeatures* Arm64InstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h42 static const MipsInstructionSetFeatures* FromHwcap();
Dinstruction_set_features_mips.cc152 const MipsInstructionSetFeatures* MipsInstructionSetFeatures::FromHwcap() { in FromHwcap() function in art::MipsInstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h43 static const X86InstructionSetFeatures* FromHwcap(bool x86_64 = false);
Dinstruction_set_features_x86.cc187 const X86InstructionSetFeatures* X86InstructionSetFeatures::FromHwcap(bool x86_64) { in FromHwcap() function in art::X86InstructionSetFeatures