Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination_test.cc46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode() local
Dcodegen_test.cc148 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()
Dconstant_folding_test.cc52 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode() local