Searched refs:get_field (Results 1 – 1 of 1) sorted by relevance
122 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local131 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() local158 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()