reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2155 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r14, regloc)); 2156 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 2157 EXPECT_EQ(-80, regloc.GetOffset()); 2159 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r15, regloc)); 2160 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 2161 EXPECT_EQ(-1512, regloc.GetOffset()); 2163 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbx, regloc)); 2164 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 2165 EXPECT_EQ(-88, regloc.GetOffset());