Home
last modified time | relevance | path

Searched refs:HasAtLeast (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features_test.cc64 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()))
Dinstruction_set_features.h99 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc39 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()
Dinstruction_set_features_arm64.h61 bool HasAtLeast(const InstructionSetFeatures* other) const override;
Dinstruction_set_features_arm64.cc286 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h55 bool HasAtLeast(const InstructionSetFeatures* other) const override;
Dinstruction_set_features_arm_test.cc106 EXPECT_TRUE(denver_features->HasAtLeast(krait_features.get())); in TEST()
Dinstruction_set_features_arm.cc302 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h77 bool HasAtLeast(const InstructionSetFeatures* other) const override;
Dinstruction_set_features_x86.cc280 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures