• Home
  • Raw
  • Download

Lines Matching refs:GetInstructionAt

2847   EXPECT_INS_EQ(moved_new_inst2->GetEnvironment()->GetInstructionAt(0),  in TEST_P()
3024 EXPECT_INS_EQ(mat_alloc2->GetEnvironment()->GetInstructionAt(0), mat_alloc1); in TEST_P()
3372 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3373 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3375 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3376 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3377 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(2), pred_gets[1]); in TEST_F()
3379 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3380 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3381 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(2), pred_gets[1]); in TEST_F()
3382 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(3), pred_gets[2]); in TEST_F()
3546 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(0), graph_->GetNullConstant()); in TEST_F()
3547 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3549 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(0), graph_->GetNullConstant()); in TEST_F()
3550 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3551 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(2), c13); in TEST_F()
3553 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(0), graph_->GetNullConstant()); in TEST_F()
3554 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3555 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(2), c13); in TEST_F()
3556 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(3), c14); in TEST_F()