Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h294 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()
Dcodegen_test.cc86 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()
Dscheduler_test.cc193 RunCode(target_config, in CompileWithRandomSchedulerAndRun()