Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcodegen_test_utils.h302 static void RunCode(CodeGenerator* codegen, in RunCode() function
312 static void RunCode(CodegenTargetConfig target_config, in RunCode() function
320 RunCode(codegen.get(), graph, hook_before_codegen, has_result, expected); in RunCode()
H A 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()
H A Dscheduler_test.cc193 RunCode(target_config, in CompileWithRandomSchedulerAndRun()