Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.h84 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc277 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures