Home
last modified time | relevance | path

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

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