Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1159 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F() local
1161 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F()
1169 loop_body->AddInstruction(body_value); in TEST_F()
1175 body_value->CopyEnvironmentFrom(suspend->GetEnvironment()); in TEST_F()
1294 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F() local
1296 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F()
1301 loop_body->AddInstruction(body_value); in TEST_F()
1305 return std::make_tuple(last_get, body_value, body_set, body_get, t_next); in TEST_F()