Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1123 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() local
1125 loop_pre_header->AddInstruction(alloc_w); in TEST_F()
1128 ManuallyBuildEnvFor(alloc_w, {}); in TEST_F()
1153 ManuallyBuildEnvFor(suspend, { alloc_w, i_phi, t_phi }); in TEST_F()
1158 new (GetAllocator()) HArrayGet(alloc_w, last_i, DataType::Type::kInt32, 0); in TEST_F()
1161 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F()
1163 new (GetAllocator()) HArrayGet(alloc_w, i_phi, DataType::Type::kInt32, 0); in TEST_F()
1198 EXPECT_INS_REMOVED(alloc_w); in TEST_F()
1252 HInstruction* alloc_w = new (GetAllocator()) HNewArray(zero_const, eighty_const, 0, 0); in TEST_F() local
1254 loop_pre_header->AddInstruction(alloc_w); in TEST_F()
[all …]