Searched refs:last_row (Results 1 – 4 of 4) sorted by relevance
72 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite() local112 if (first_row != last_row && in AugmentUnwindPlanFromCallSite()113 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite()121 last_row->GetCFAValue().GetValueType() && in AugmentUnwindPlanFromCallSite()123 last_row->GetCFAValue().GetRegisterNumber() && in AugmentUnwindPlanFromCallSite()125 last_row->GetCFAValue().GetOffset()) { in AugmentUnwindPlanFromCallSite()130 if (last_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite()
292 tbl->first_row = tbl->last_row = in tbl_layout()324 tbl->last_row = rp; in tbl_layout()338 if (tbl->last_row == NULL || in tbl_layout()339 tbl->last_row->first != NULL) { in tbl_layout()341 if (tbl->last_row) in tbl_layout()342 tbl->last_row->next = rp; in tbl_layout()345 tbl->last_row = rp; in tbl_layout()347 rp = tbl->last_row; in tbl_layout()
33 struct tbl_row *last_row; /* Last layout row. */ member
119 UnwindPlan::RowSP last_row = unwind_plan.GetLastRow(); in GetNonCallSiteUnwindPlanFromAssembly() local121 if (last_row.get()) in GetNonCallSiteUnwindPlanFromAssembly()122 *newrow = *last_row.get(); in GetNonCallSiteUnwindPlanFromAssembly()126 saved_unwind_states.insert({0, {last_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()