Searched refs:RunCode (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 294 static void RunCode(CodeGenerator* codegen, in RunCode() function 304 static void RunCode(CodegenTargetConfig target_config, in RunCode() function 312 RunCode(codegen.get(), graph, hook_before_codegen, has_result, expected); in RunCode()
|
D | codegen_test.cc | 86 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCode() 99 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong() 461 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, 0); in TEST_F() 509 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F() 578 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F() 689 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, true, expected_result); in TestComparison()
|
D | scheduler_test.cc | 193 RunCode(target_config, in CompileWithRandomSchedulerAndRun()
|