Home
last modified time | relevance | path

Searched refs:AssemblerTestInfrastructure (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dassembler_test_base.h40 class AssemblerTestInfrastructure {
42 AssemblerTestInfrastructure(std::string architecture, in AssemblerTestInfrastructure() function
62 virtual ~AssemblerTestInfrastructure() { in ~AssemblerTestInfrastructure()
540 DISALLOW_COPY_AND_ASSIGN(AssemblerTestInfrastructure);
Dassembler_test.h248 new AssemblerTestInfrastructure(GetArchitectureString(), in SetUp()
557 std::unique_ptr<AssemblerTestInfrastructure> test_helper_;
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc84 test_helper_.reset(new AssemblerTestInfrastructure( in Prepare()
124 std::unique_ptr<AssemblerTestInfrastructure> test_helper_;