Lines Matching refs:row_sp
61 UnwindPlan::RowSP row_sp; in TEST_F() local
99 row_sp = unwind_plan.GetRowForFunctionOffset(0); in TEST_F()
100 EXPECT_EQ(0ull, row_sp->GetOffset()); in TEST_F()
101 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
102 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
103 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
106 row_sp = unwind_plan.GetRowForFunctionOffset(16); in TEST_F()
107 EXPECT_EQ(16ull, row_sp->GetOffset()); in TEST_F()
108 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
109 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
110 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
112 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc)); in TEST_F()
117 row_sp = unwind_plan.GetRowForFunctionOffset(20); in TEST_F()
118 EXPECT_EQ(20ull, row_sp->GetOffset()); in TEST_F()
119 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
120 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
121 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
123 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
128 row_sp = unwind_plan.GetRowForFunctionOffset(24); in TEST_F()
129 EXPECT_EQ(24ull, row_sp->GetOffset()); in TEST_F()
130 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
131 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
132 EXPECT_EQ(112, row_sp->GetCFAValue().GetOffset()); in TEST_F()
134 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc)); in TEST_F()
138 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
143 row_sp = unwind_plan.GetRowForFunctionOffset(28); in TEST_F()
144 EXPECT_EQ(28ull, row_sp->GetOffset()); in TEST_F()
145 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r31_ppc64le); in TEST_F()
146 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
147 EXPECT_EQ(112, row_sp->GetCFAValue().GetOffset()); in TEST_F()
149 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc)); in TEST_F()
153 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
158 row_sp = unwind_plan.GetRowForFunctionOffset(40); in TEST_F()
159 EXPECT_EQ(40ull, row_sp->GetOffset()); in TEST_F()
160 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
161 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
162 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
164 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc)); in TEST_F()
168 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
180 UnwindPlan::RowSP row_sp; in TEST_F() local
211 row_sp = unwind_plan.GetRowForFunctionOffset(0); in TEST_F()
212 EXPECT_EQ(0ull, row_sp->GetOffset()); in TEST_F()
213 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
214 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
215 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
218 row_sp = unwind_plan.GetRowForFunctionOffset(8); in TEST_F()
219 EXPECT_EQ(8ull, row_sp->GetOffset()); in TEST_F()
220 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
221 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
222 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
224 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc)); in TEST_F()
229 row_sp = unwind_plan.GetRowForFunctionOffset(12); in TEST_F()
230 EXPECT_EQ(12ull, row_sp->GetOffset()); in TEST_F()
231 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
232 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
233 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
235 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
240 row_sp = unwind_plan.GetRowForFunctionOffset(16); in TEST_F()
241 EXPECT_EQ(16ull, row_sp->GetOffset()); in TEST_F()
242 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r30_ppc64le); in TEST_F()
243 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
244 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
246 row_sp = unwind_plan.GetRowForFunctionOffset(32); in TEST_F()
247 EXPECT_EQ(16ull, row_sp->GetOffset()); in TEST_F()
248 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r30_ppc64le); in TEST_F()
249 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
250 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()
253 row_sp = unwind_plan.GetRowForFunctionOffset(36); in TEST_F()
254 EXPECT_EQ(36ull, row_sp->GetOffset()); in TEST_F()
255 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le); in TEST_F()
256 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
257 EXPECT_EQ(0, row_sp->GetCFAValue().GetOffset()); in TEST_F()