Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h138 class TestCodeGeneratorARM64 : public arm64::CodeGeneratorARM64 {
140 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64() function
333 return new (graph->GetAllocator()) TestCodeGeneratorARM64(graph, compiler_options); in create_codegen_arm64()