Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcodegen_test_utils.h283 const std::function<void(HGraph*)>& hook_before_codegen, in RunCodeNoCheck()
304 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
315 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
H A Dcodegen_test.cc455 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
501 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
570 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local