Searched refs:HasAtLeast (Results 1 – 10 of 10) sorted by relevance
39 EXPECT_TRUE(cortex_a57_features->HasAtLeast(arm64_features.get())); in TEST()80 EXPECT_TRUE(cortex_a35_features->HasAtLeast(arm64_features.get())); in TEST()91 EXPECT_TRUE(cortex_a75_features->HasAtLeast(arm64_features.get())); in TEST()92 EXPECT_TRUE(cortex_a75_features->HasAtLeast(cortex_a55_features.get())); in TEST()93 EXPECT_FALSE(cortex_a35_features->HasAtLeast(cortex_a75_features.get())); in TEST()111 EXPECT_TRUE(cortex_a76_features->HasAtLeast(arm64_features.get())); in TEST()112 EXPECT_TRUE(cortex_a76_features->HasAtLeast(cortex_a55_features.get())); in TEST()113 EXPECT_FALSE(cortex_a35_features->HasAtLeast(cortex_a76_features.get())); in TEST()193 EXPECT_TRUE(runtime_detected_features->HasAtLeast(cpp_defined_features.get())); in TEST()
55 bool HasAtLeast(const InstructionSetFeatures* other) const override;
245 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
57 EXPECT_TRUE(property_features->HasAtLeast(instruction_set_features.get()))94 EXPECT_TRUE(property_features->HasAtLeast(instruction_set_features.get()))114 EXPECT_TRUE(cpuinfo_features->HasAtLeast(instruction_set_features.get()))129 EXPECT_TRUE(cpp_features->HasAtLeast(default_features.get()))148 EXPECT_TRUE(hwcap_features->HasAtLeast(instruction_set_features.get()))161 EXPECT_TRUE(assembly_features->HasAtLeast(instruction_set_features.get()))
98 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
52 bool HasAtLeast(const InstructionSetFeatures* other) const override;
106 EXPECT_TRUE(denver_features->HasAtLeast(krait_features.get())); in TEST()
280 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
54 bool HasAtLeast(const InstructionSetFeatures* other) const override;
248 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures