Home
last modified time | relevance | path

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

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