Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc2141 HInstruction* return_final = new (GetAllocator()) HReturn(read_return); in TEST_F() local
2143 return_block->AddInstruction(return_final); in TEST_F()
2247 HInstruction* return_final = new (GetAllocator()) HReturn(read_return); in TEST_F() local
2249 return_block->AddInstruction(return_final); in TEST_F()
Dload_store_analysis_test.cc865 HInstruction* return_final = new (GetAllocator()) HReturn(new_inst); in TEST_F() local
866 exit->AddInstruction(return_final); in TEST_F()