Home
last modified time | relevance | path

Searched refs:hook_before_codegen (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test_utils.h283 const std::function<void(HGraph*)>& hook_before_codegen, in RunCodeNoCheck() argument
295 hook_before_codegen(graph); in RunCodeNoCheck()
304 std::function<void(HGraph*)> hook_before_codegen, in RunCode() argument
308 RunCodeNoCheck(codegen, graph, hook_before_codegen, has_result, expected); in RunCode()
315 std::function<void(HGraph*)> hook_before_codegen, in RunCode() argument
320 RunCode(codegen.get(), graph, hook_before_codegen, has_result, expected); in RunCode()
Dcodegen_test.cc455 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
461 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, 0); in TEST_F()
501 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
509 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
570 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
578 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()