Searched refs:CheckTools (Results 1 – 6 of 6) sorted by relevance
116 bool CheckTools(InstructionSet target) { in CheckTools() function in art::QuickAssembleX86TestBase118 bool result = test_helper_->CheckTools(); in CheckTools()257 TEST_F(QuickAssembleX86MacroTest, CheckTools) { in TEST_F() argument258 ASSERT_TRUE(CheckTools(kX86)) << "x86 tools not found."; in TEST_F()259 ASSERT_TRUE(CheckTools(kX86_64)) << "x86_64 tools not found."; in TEST_F()
207 bool CheckTools() { in CheckTools() function208 return test_helper_->CheckTools(); in CheckTools()
69 bool CheckTools() { in CheckTools() function
89 EXPECT_TRUE(CheckTools()); in TEST_F()
512 EXPECT_TRUE(CheckTools()); in TEST_F()
274 EXPECT_TRUE(CheckTools()); in TEST_F()