Searched refs:codegenX86 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode() local
|
D | codegen_test.cc | 148 TestCodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCodeBaseline() local 151 codegenX86.CompileBaseline(&allocator, true); in RunCodeBaseline() 153 Run(allocator, codegenX86, has_result, expected); in RunCodeBaseline() 230 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCodeOptimized() local 231 RunCodeOptimized(&codegenX86, graph, hook_before_codegen, has_result, expected); in RunCodeOptimized()
|
D | constant_folding_test.cc | 52 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode() local
|