Home
last modified time | relevance | path

Searched refs:graph_in (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test.cc455 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
456 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
457 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()
501 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
502 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
504 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()
570 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
571 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
573 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()