Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h146 class TestCodeGeneratorX86 : public x86::CodeGeneratorX86 {
148 TestCodeGeneratorX86(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorX86() function
329 return new (graph->GetAllocator()) TestCodeGeneratorX86(graph, compiler_options); in create_codegen_x86()