Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc56 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local
58 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
59 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
60 EXPECT_TRUE(x86_64_features->Equals(x86_64_features.get())); in TEST()
62 x86_64_features->GetFeatureString().c_str()); in TEST()
63 EXPECT_EQ(x86_64_features->AsBitmap(), 3U); in TEST()
65 EXPECT_FALSE(x86_64_features->Equals(x86_features.get())); in TEST()
66 EXPECT_FALSE(x86_64_features->Equals(x86_default_features.get())); in TEST()
92 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local
94 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
[all …]
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64_test.cc25 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local
27 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
28 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
29 EXPECT_TRUE(x86_64_features->Equals(x86_64_features.get())); in TEST()
31 x86_64_features->GetFeatureString().c_str()); in TEST()
32 EXPECT_EQ(x86_64_features->AsBitmap(), 1U); in TEST()