Lines Matching refs:GetCFAValue
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()