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.h256 const std::function<void(HGraph*)>& hook_before_codegen, in RunCodeNoCheck()
272 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
282 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
Dcodegen_test.cc457 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
505 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
573 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local