Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc84 test_helper_.reset(new AssemblerTestInfrastructure( in Prepare()
109 test_helper_.reset(); in Release()
118 bool result = test_helper_->CheckTools(); in CheckTools()
124 std::unique_ptr<AssemblerTestInfrastructure> test_helper_; member in art::QuickAssembleX86TestBase
157 test_helper_->Driver(buffer, gcc_asm, test_name); in Test()
215 test_helper_->Driver(buffer, gcc_asm, inst_string); in TestVectorFn()
/art/compiler/utils/
Dassembler_test.h208 return test_helper_->CheckTools(); in CheckTools()
247 test_helper_.reset( in SetUp()
261 test_helper_.reset(); // Clean up the helper. in TearDown()
551 test_helper_->Driver(*data, assembly_text, test_name); in DriverWrapper()
557 std::unique_ptr<AssemblerTestInfrastructure> test_helper_; variable