Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h91 class TestCodeGeneratorARMVIXL : public arm::CodeGeneratorARMVIXL {
93 TestCodeGeneratorARMVIXL(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL() function
317 return new (graph->GetAllocator()) TestCodeGeneratorARMVIXL(graph, compiler_options); in create_codegen_arm_vixl32()