Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc48 std::unique_ptr<const InstructionSetFeatures> x86_default_features( in TEST() local
50 ASSERT_TRUE(x86_default_features.get() != nullptr) << error_msg; in TEST()
51 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
52 EXPECT_TRUE(x86_default_features->Equals(x86_default_features.get())); in TEST()
54 x86_default_features->GetFeatureString().c_str()); in TEST()
55 EXPECT_EQ(x86_default_features->AsBitmap(), 0U); in TEST()
68 EXPECT_FALSE(x86_64_features->Equals(x86_default_features.get())); in TEST()
69 EXPECT_FALSE(x86_features->Equals(x86_default_features.get())); in TEST()
85 std::unique_ptr<const InstructionSetFeatures> x86_default_features( in TEST() local
87 ASSERT_TRUE(x86_default_features.get() != nullptr) << error_msg; in TEST()
[all …]