Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc58 std::unique_ptr<const InstructionSetFeatures> cortex_a35_features( in TEST() local
60 ASSERT_TRUE(cortex_a35_features.get() != nullptr) << error_msg; in TEST()
61 EXPECT_EQ(cortex_a35_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
62 EXPECT_TRUE(cortex_a35_features->Equals(cortex_a35_features.get())); in TEST()
64 cortex_a35_features->GetFeatureString().c_str()); in TEST()
65 EXPECT_EQ(cortex_a35_features->AsBitmap(), 2U); in TEST()
72 EXPECT_TRUE(kryo_features->Equals(cortex_a35_features.get())); in TEST()
82 EXPECT_FALSE(cortex_a55_features->Equals(cortex_a35_features.get())); in TEST()
84 EXPECT_TRUE(cortex_a35_features->HasAtLeast(arm64_features.get())); in TEST()
93 EXPECT_FALSE(cortex_a75_features->Equals(cortex_a35_features.get())); in TEST()
[all …]