Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1616 HInstruction* ret_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, c1); in TEST_F() local
1618 new (GetAllocator()) HArrayGet(array, ret_sub, DataType::Type::kInt32, /*dex_pc=*/ 0); in TEST_F()
1620 ret->AddInstruction(ret_sub); in TEST_F()
1710 HInstruction* ret_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, c1); in TEST_F() local
1712 new (GetAllocator()) HArrayGet(array, ret_sub, DataType::Type::kInt32, /*dex_pc=*/ 0); in TEST_F()
1717 ret->AddInstruction(ret_sub); in TEST_F()