Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc133 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet( in TEST_F() local
136 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
139 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
142 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
160 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F() local
170 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
173 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
176 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
Dload_store_elimination_test.cc1006 HInstruction* set_field = MakeIFieldSet(new_inst, graph_->GetIntConstant(33), MemberOffset(32)); in TEST_F() local
1013 main->AddInstruction(set_field); in TEST_F()
1027 EXPECT_INS_REMOVED(set_field); in TEST_F()
1057 HInstruction* set_field = MakeIFieldSet(new_inst, graph_->GetIntConstant(33), MemberOffset(32)); in TEST_F() local
1064 main->AddInstruction(set_field); in TEST_F()
1078 EXPECT_INS_REMOVED(set_field); in TEST_F()