Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc132 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet( in TEST_F() local
135 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
138 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
141 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
159 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F() local
169 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
172 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()
175 EXPECT_EQ(set_field->GetBlock(), loop_body_); in TEST_F()