reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
988 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); 989 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 990 EXPECT_EQ(-16, regloc.GetOffset()); 1003 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); 1004 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 1005 EXPECT_EQ(-8, regloc.GetOffset());