Lines Matching refs:EXPECT_TRUE

157   EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly(  in TEST_F()
166 EXPECT_TRUE(unwind_plan.GetInitialCFARegister() == k_rsp); in TEST_F()
167 EXPECT_TRUE(unwind_plan.GetUnwindPlanValidAtAllInstructions() == in TEST_F()
169 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()
176 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
177 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
180 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
181 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
187 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
188 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
191 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
192 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
198 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
199 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
202 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
203 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
209 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
210 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
213 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
214 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
233 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
242 EXPECT_TRUE(unwind_plan.GetInitialCFARegister() == k_esp); in TEST_F()
243 EXPECT_TRUE(unwind_plan.GetUnwindPlanValidAtAllInstructions() == in TEST_F()
245 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()
252 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
253 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
256 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
257 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
258 EXPECT_TRUE(regloc.GetOffset() == -4); in TEST_F()
263 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
264 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
267 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
268 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
274 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_ebp); in TEST_F()
275 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
278 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
279 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
285 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
286 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
289 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
290 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
354 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
393 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
394 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
397 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
398 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
401 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); in TEST_F()
402 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
405 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r15, regloc)); in TEST_F()
406 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
409 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r14, regloc)); in TEST_F()
410 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
413 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r13, regloc)); in TEST_F()
414 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
417 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r12, regloc)); in TEST_F()
418 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
421 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbx, regloc)); in TEST_F()
422 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
431 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
432 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
435 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
436 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
609 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
662 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
663 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
680 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
681 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
684 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebp, regloc)); in TEST_F()
685 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
688 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc)); in TEST_F()
689 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
692 EXPECT_TRUE(row_sp->GetRegisterInfo(k_edi, regloc)); in TEST_F()
693 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
696 EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc)); in TEST_F()
697 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
707 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
708 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
734 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
735 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
738 EXPECT_TRUE(row_sp->GetRegisterInfo(k_eip, regloc)); in TEST_F()
739 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
742 EXPECT_TRUE(row_sp->GetRegisterInfo(k_esp, regloc)); in TEST_F()
743 EXPECT_TRUE(regloc.IsCFAPlusOffset()); in TEST_F()
797 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
813 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
814 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
817 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
818 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
845 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
846 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
849 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
850 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
904 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
922 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
923 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
931 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
932 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
940 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
941 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
959 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
960 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
977 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
983 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
984 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
987 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); in TEST_F()
988 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
992 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
998 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
999 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1002 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); in TEST_F()
1003 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1021 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1026 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1027 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1032 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1033 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1037 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1042 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1043 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1048 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1049 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1069 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1078 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1102 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1108 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1109 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1113 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1118 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1119 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1124 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1125 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1130 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1131 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1148 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1154 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1155 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1158 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r15, regloc)); in TEST_F()
1159 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1176 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1182 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1183 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1186 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r14, regloc)); in TEST_F()
1187 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1204 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1210 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1211 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1214 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r13, regloc)); in TEST_F()
1215 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1232 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1238 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1239 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1242 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r12, regloc)); in TEST_F()
1243 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1260 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1266 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1267 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1270 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbx, regloc)); in TEST_F()
1271 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1292 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1297 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1298 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1321 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1326 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1327 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1350 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1355 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1356 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1376 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1381 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1382 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1385 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc)); in TEST_F()
1386 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1404 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1409 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1410 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1413 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebp, regloc)); in TEST_F()
1414 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1431 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1437 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1438 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1441 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc)); in TEST_F()
1442 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1460 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1465 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1466 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1469 EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc)); in TEST_F()
1470 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1488 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1493 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
1494 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1497 EXPECT_TRUE(row_sp->GetRegisterInfo(k_edi, regloc)); in TEST_F()
1498 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
1515 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1521 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
1522 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1532 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1537 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
1538 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1548 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1553 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_ebp); in TEST_F()
1554 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1564 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1569 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_ebp); in TEST_F()
1570 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1588 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1593 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1594 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1604 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1609 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1610 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1628 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1633 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1634 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1644 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1649 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1650 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1668 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1673 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1674 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1684 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1689 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1690 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1708 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1713 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1714 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1724 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1729 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1730 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1751 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1756 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1757 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1777 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1782 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1783 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1803 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1808 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1809 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1829 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1834 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1835 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1855 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1860 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1861 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1881 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1886 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1887 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1907 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1912 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1913 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1933 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1938 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1939 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1959 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1964 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1965 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
1985 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
1990 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
1991 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2011 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2016 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2017 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2046 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2051 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2052 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2057 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2058 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2078 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2083 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2084 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2088 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2093 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2094 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2117 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2122 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2123 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2146 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2151 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2154 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r14, regloc)); in TEST_F()
2155 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2158 EXPECT_TRUE(row_sp->GetRegisterInfo(k_r15, regloc)); in TEST_F()
2159 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2162 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbx, regloc)); in TEST_F()
2163 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2184 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2189 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2192 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc)); in TEST_F()
2193 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2196 EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc)); in TEST_F()
2197 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2266 EXPECT_TRUE(engine64->AugmentUnwindPlanFromCallSite( in TEST_F()
2277 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2288 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2353 EXPECT_TRUE(engine64->AugmentUnwindPlanFromCallSite( in TEST_F()
2358 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2431 EXPECT_TRUE(engine32->AugmentUnwindPlanFromCallSite( in TEST_F()
2436 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
2468 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2473 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
2474 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2477 EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebp, regloc)); in TEST_F()
2478 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2483 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2488 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2489 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2616 EXPECT_TRUE( in TEST_F()
2618 EXPECT_TRUE(reg_loc.IsAtAFAPlusOffset()); in TEST_F()
2636 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2641 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2672 EXPECT_TRUE(engine->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2688 EXPECT_TRUE(unwind_plan.GetInitialCFARegister() == k_rsp); in TEST_F()
2689 EXPECT_TRUE(unwind_plan.GetUnwindPlanValidAtAllInstructions() == in TEST_F()
2691 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()
2698 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2699 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2702 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2703 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2709 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2710 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2713 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2714 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2720 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2721 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2724 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2725 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2731 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2732 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2735 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2736 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2742 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2743 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2746 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2747 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2753 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2754 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2757 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2758 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2764 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2765 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2768 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2769 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2775 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2776 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2779 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2780 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2786 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2787 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2790 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2791 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2797 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2798 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2801 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2802 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2808 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2809 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2812 EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc)); in TEST_F()
2813 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); in TEST_F()
2856 EXPECT_TRUE(engine32->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2863 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
2864 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2872 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_ebp); in TEST_F()
2873 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2881 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_ebp); in TEST_F()
2882 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2890 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp); in TEST_F()
2891 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2898 EXPECT_TRUE(engine64->GetNonCallSiteUnwindPlanFromAssembly( in TEST_F()
2905 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2906 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2914 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2915 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2923 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp); in TEST_F()
2924 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()
2932 EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp); in TEST_F()
2933 EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true); in TEST_F()