Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_test.cc204 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_P() local
206 breturn->AddInstruction(return_exit); in TEST_P()
Dload_store_elimination_test.cc1876 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_F() local
1878 breturn->AddInstruction(return_exit); in TEST_F()
1948 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_F() local
1950 exit->AddInstruction(return_exit); in TEST_F()
2039 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_F() local
2041 exit->AddInstruction(return_exit); in TEST_F()
2333 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_F() local
2335 breturn->AddInstruction(return_exit); in TEST_F()
2416 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_F() local
2418 breturn->AddInstruction(return_exit); in TEST_F()
Dload_store_analysis_test.cc1195 HInstruction* return_exit = new (GetAllocator()) HReturn(read_exit); in TEST_F() local
1200 breturn->AddInstruction(return_exit); in TEST_F()