Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc116 bool CheckTools(InstructionSet target) { in CheckTools() function in art::QuickAssembleX86TestBase
118 bool result = test_helper_->CheckTools(); in CheckTools()
257 TEST_F(QuickAssembleX86MacroTest, CheckTools) { in TEST_F() argument
258 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()
/art/compiler/utils/
Dassembler_test.h207 bool CheckTools() { in CheckTools() function
208 return test_helper_->CheckTools(); in CheckTools()
Dassembler_test_base.h69 bool CheckTools() { in CheckTools() function
/art/compiler/utils/arm/
Dassembler_thumb2_test.cc89 EXPECT_TRUE(CheckTools()); in TEST_F()
Dassembler_arm32_test.cc512 EXPECT_TRUE(CheckTools()); in TEST_F()
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc274 EXPECT_TRUE(CheckTools()); in TEST_F()