Lines Matching refs:row

931   UnwindPlan::RowSP row(new UnwindPlan::Row);  in GetNonCallSiteUnwindPlanFromAssembly()  local
938 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
939 row->GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize); in GetNonCallSiteUnwindPlanFromAssembly()
943 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
948 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
950 unwind_plan.AppendRow(row); in GetNonCallSiteUnwindPlanFromAssembly()
954 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
955 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
991 auto &cfa_value = row->GetCFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
992 auto &afa_value = row->GetAFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
1071 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1084 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1119 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
1169 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1250 if (row->GetRegisterInfo(m_lldb_sp_regnum, sp) && in GetNonCallSiteUnwindPlanFromAssembly()
1251 row->GetRegisterInfo(m_lldb_ip_regnum, pc)) { in GetNonCallSiteUnwindPlanFromAssembly()
1263 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
1295 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1296 unwind_plan.AppendRow(row); in GetNonCallSiteUnwindPlanFromAssembly()
1299 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
1300 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
1307 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
1374 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite() local
1402 row = std::make_shared<UnwindPlan::Row>(); in AugmentUnwindPlanFromCallSite()
1403 *row = *new_row; in AugmentUnwindPlanFromCallSite()
1416 *row = *original_row; in AugmentUnwindPlanFromCallSite()
1427 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1431 row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1440 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1441 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1443 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1452 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1453 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1455 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1466 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1467 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1469 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1476 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1477 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1479 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1487 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1488 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1489 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1497 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1498 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1499 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1508 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1509 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1511 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1517 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1518 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1520 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1528 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1529 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1531 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1550 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1551 row->GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
1554 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()