Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc122 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local
131 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
137 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
140 EXPECT_EQ(get_field->GetBlock(), loop_preheader_); in TEST_F()
149 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local
158 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
160 get_field, in TEST_F()
171 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
174 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()