reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2193 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc)); 2194 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 2195 EXPECT_EQ(-344, regloc.GetOffset()); 2197 EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc)); 2198 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 2199 EXPECT_EQ(-40, regloc.GetOffset());