Lines Matching refs:row

916   UnwindPlan::RowSP row(new UnwindPlan::Row);  in GetNonCallSiteUnwindPlanFromAssembly()  local
923 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
924 row->GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize); in GetNonCallSiteUnwindPlanFromAssembly()
928 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
933 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
935 unwind_plan.AppendRow(row); in GetNonCallSiteUnwindPlanFromAssembly()
939 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
940 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
976 auto &cfa_value = row->GetCFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
977 auto &afa_value = row->GetAFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()
1056 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1069 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1104 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
1154 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1235 if (row->GetRegisterInfo(m_lldb_sp_regnum, sp) && in GetNonCallSiteUnwindPlanFromAssembly()
1236 row->GetRegisterInfo(m_lldb_ip_regnum, pc)) { in GetNonCallSiteUnwindPlanFromAssembly()
1248 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
1280 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1281 unwind_plan.AppendRow(row); in GetNonCallSiteUnwindPlanFromAssembly()
1284 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
1285 row.reset(newrow); in GetNonCallSiteUnwindPlanFromAssembly()
1292 *newrow = *row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
1359 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite() local
1387 row = std::make_shared<UnwindPlan::Row>(); in AugmentUnwindPlanFromCallSite()
1388 *row = *new_row; in AugmentUnwindPlanFromCallSite()
1401 *row = *original_row; in AugmentUnwindPlanFromCallSite()
1412 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1416 row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1425 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1426 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1428 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1437 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1438 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1440 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1451 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1452 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1454 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1461 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1462 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1464 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1472 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1473 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1474 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1482 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1483 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1484 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1493 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1494 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1496 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1502 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1503 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1505 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1513 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1514 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1516 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()
1535 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1536 row->GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
1539 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite()