Searched refs:has_result (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 126 bool has_result, in Run() argument 136 if (has_result) { in Run() 142 static void RunCodeBaseline(HGraph* graph, bool has_result, Expected expected) { in RunCodeBaseline() argument 153 Run(allocator, codegenX86, has_result, expected); in RunCodeBaseline() 161 Run(allocator, codegenARM, has_result, expected); in RunCodeBaseline() 169 Run(allocator, codegenX86_64, has_result, expected); in RunCodeBaseline() 177 Run(allocator, codegenARM64, has_result, expected); in RunCodeBaseline() 185 Run(allocator, codegenMIPS64, has_result, expected); in RunCodeBaseline() 193 bool has_result, in RunCodeOptimized() argument 208 Run(allocator, *codegen, has_result, expected); in RunCodeOptimized() [all …]
|