Searched refs:get_field (Results 1 – 2 of 2) sorted by relevance
123 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F() local132 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() local159 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()
1007 HInstruction* get_field = in TEST_F() local1009 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() local1060 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()