Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc451 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
452 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
453 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()
498 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
499 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
501 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()
566 auto hook_before_codegen = [](HGraph* graph_in) { in TEST_F() argument
567 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; in TEST_F()
569 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F()