Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc125 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, in TEST_F() local
134 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
140 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
143 EXPECT_EQ(get_field->GetBlock(), loop_preheader_); in TEST_F()
152 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, in TEST_F() local
161 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
163 get_field, in TEST_F()
174 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
177 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()