Searched refs:ret_sub (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1616 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()
|