Searched refs:test_helper_ (Results 1 – 2 of 2) sorted by relevance
84 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::QuickAssembleX86TestBase157 test_helper_->Driver(buffer, gcc_asm, test_name); in Test()215 test_helper_->Driver(buffer, gcc_asm, inst_string); in TestVectorFn()
208 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