Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h133 class TestCodeGeneratorARM64 : public arm64::CodeGeneratorARM64 {
135 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64() function
323 return new (graph->GetAllocator()) TestCodeGeneratorARM64(graph, compiler_options); in create_codegen_arm64()
H A Dcodegen_test.cc949 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); in TEST_F()
1035 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); \