Searched refs:return_final (Results 1 – 2 of 2) sorted by relevance
2141 HInstruction* return_final = new (GetAllocator()) HReturn(read_return); in TEST_F() local2143 return_block->AddInstruction(return_final); in TEST_F()2247 HInstruction* return_final = new (GetAllocator()) HReturn(read_return); in TEST_F() local2249 return_block->AddInstruction(return_final); in TEST_F()
865 HInstruction* return_final = new (GetAllocator()) HReturn(new_inst); in TEST_F() local866 exit->AddInstruction(return_final); in TEST_F()