Home
last modified time | relevance | path

Searched defs:HasAtLeast (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features.h99 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc302 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc286 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc280 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures