Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/
H A Dinstruction_set_features.h105 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
/aosp_15_r20/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc317 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
/aosp_15_r20/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc312 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc313 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures