reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
490 row_sp = unwind_plan.GetRowForFunctionOffset(36); 491 EXPECT_EQ(28ull, row_sp->GetOffset()); 492 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_fp_arm64); 493 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); 494 EXPECT_EQ(16, row_sp->GetCFAValue().GetOffset()); 496 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_x20_arm64, regloc)); 500 row_sp = unwind_plan.GetRowForFunctionOffset(40); 501 EXPECT_EQ(28ull, row_sp->GetOffset()); 502 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_fp_arm64); 503 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); 504 EXPECT_EQ(16, row_sp->GetCFAValue().GetOffset()); 506 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_x20_arm64, regloc));