Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc192 std::function<void(HGraph*)> hook_before_codegen, in RunCodeOptimized()
213 std::function<void(HGraph*)> hook_before_codegen, in RunCodeOptimized()
563 auto hook_before_codegen = [](HGraph* graph_in) { in TEST() local
669 auto hook_before_codegen = [](HGraph* graph_in) { in TEST() local
735 auto hook_before_codegen = [](HGraph* graph_in) { in TEST() local