reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); 258 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 259 EXPECT_TRUE(regloc.GetOffset() == -4); 268 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); 269 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 270 EXPECT_EQ(-4, regloc.GetOffset()); 279 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); 280 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 281 EXPECT_EQ(-4, regloc.GetOffset()); 290 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); 291 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 292 EXPECT_EQ(-4, regloc.GetOffset());