Searched refs:TestCodeGeneratorARM64 (Results 1 – 2 of 2) sorted by relevance
133 class TestCodeGeneratorARM64 : public arm64::CodeGeneratorARM64 {135 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64() function323 return new (graph->GetAllocator()) TestCodeGeneratorARM64(graph, compiler_options); in create_codegen_arm64()
949 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); in TEST_F()1035 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); \