Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc39 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()
Dinstruction_set_features_arm64.h55 bool HasAtLeast(const InstructionSetFeatures* other) const override;
Dinstruction_set_features_arm64.cc245 bool Arm64InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/
Dinstruction_set_features_test.cc57 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()))
Dinstruction_set_features.h98 virtual bool HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h52 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.cc280 bool ArmInstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::ArmInstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h54 bool HasAtLeast(const InstructionSetFeatures* other) const override;
Dinstruction_set_features_x86.cc248 bool X86InstructionSetFeatures::HasAtLeast(const InstructionSetFeatures* other) const { in HasAtLeast() function in art::X86InstructionSetFeatures