Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc206 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
233 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
673 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
721 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local
789 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() local