Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h275 const std::function<void(HGraph*)>& hook_before_codegen, in RunCodeNoCheck()
296 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
307 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
Dcodegen_test.cc451 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
498 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
566 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local