reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2150 row_sp = unwind_plan.GetRowForFunctionOffset(19); 2151 EXPECT_EQ(19ull, row_sp->GetOffset()); 2152 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); 2153 EXPECT_EQ(16, row_sp->GetCFAValue().GetOffset()); 2155 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r14, regloc)); 2159 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r15, regloc)); 2163 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbx, regloc));