Searched refs:HasAtLeast (Results 1 – 10 of 10) sorted by relevance
64 EXPECT_TRUE(property_features->HasAtLeast(instruction_set_features.get()))107 EXPECT_TRUE(property_features->HasAtLeast(instruction_set_features.get()))127 EXPECT_TRUE(cpuinfo_features->HasAtLeast(instruction_set_features.get()))142 EXPECT_TRUE(cpp_features->HasAtLeast(default_features.get()))161 EXPECT_TRUE(hwcap_features->HasAtLeast(instruction_set_features.get()))174 EXPECT_TRUE(assembly_features->HasAtLeast(instruction_set_features.get()))188 EXPECT_TRUE(library_features->HasAtLeast(instruction_set_features.get()))
99 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
39 EXPECT_TRUE(cortex_a57_features->HasAtLeast(arm64_features.get())); in TEST()84 EXPECT_TRUE(cortex_a35_features->HasAtLeast(arm64_features.get())); in TEST()95 EXPECT_TRUE(cortex_a75_features->HasAtLeast(arm64_features.get())); in TEST()96 EXPECT_TRUE(cortex_a75_features->HasAtLeast(cortex_a55_features.get())); in TEST()97 EXPECT_FALSE(cortex_a35_features->HasAtLeast(cortex_a75_features.get())); in TEST()116 EXPECT_TRUE(cortex_a76_features->HasAtLeast(arm64_features.get())); in TEST()117 EXPECT_TRUE(cortex_a76_features->HasAtLeast(cortex_a55_features.get())); in TEST()118 EXPECT_FALSE(cortex_a35_features->HasAtLeast(cortex_a76_features.get())); in TEST()203 EXPECT_TRUE(runtime_detected_features->HasAtLeast(cpp_defined_features.get())); in TEST()
61 bool HasAtLeast(const InstructionSetFeatures* other) const override;
286 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
55 bool HasAtLeast(const InstructionSetFeatures* other) const override;
106 EXPECT_TRUE(denver_features->HasAtLeast(krait_features.get())); in TEST()
302 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
77 bool HasAtLeast(const InstructionSetFeatures* other) const override;
280 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures