Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc123 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local
132 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
138 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
141 EXPECT_EQ(get_field->GetBlock(), loop_preheader_); in TEST_F()
150 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local
159 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
161 get_field, in TEST_F()
172 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
175 EXPECT_EQ(get_field->GetBlock(), loop_body_); in TEST_F()
Dload_store_elimination_test.cc1007 HInstruction* get_field = in TEST_F() local
1009 HInstruction* return_val = new (GetAllocator()) HReturn(get_field); in TEST_F()
1014 main->AddInstruction(get_field); in TEST_F()
1026 EXPECT_INS_REMOVED(get_field); in TEST_F()
1058 HInstruction* get_field = in TEST_F() local
1060 HInstruction* return_val = new (GetAllocator()) HReturn(get_field); in TEST_F()
1065 main->AddInstruction(get_field); in TEST_F()
1077 EXPECT_INS_REMOVED(get_field); in TEST_F()