Searched defs:CheckTools (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dquick_assemble_x86_test.cc116 bool CheckTools(InstructionSet target) { function in class:art::QuickAssembleX86TestBase
118 bool result = test_helper_->CheckTools();
257 TEST_F(QuickAssembleX86MacroTest, CheckTools) {
258 ASSERT_TRUE(CheckTools(kX86)) << "x86 tools not found.";
259 ASSERT_TRUE(CheckTools(kX86_64)) << "x86_64 tools not found.";
/art/compiler/utils/
H A Dassembler_test.h207 bool CheckTools() { function in class:art::AssemblerTest
208 return test_helper_->CheckTools();
H A Dassembler_test_base.h69 bool CheckTools() { function in class:art::AssemblerTestInfrastructure

Completed in 286 milliseconds