Lines Matching refs:active_row

203   UnwindPlan::RowSP active_row;  in InitializeZerothFrame()  local
207 active_row = in InitializeZerothFrame()
210 if (active_row.get() && log) { in InitializeZerothFrame()
212 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, in InitializeZerothFrame()
218 if (!active_row.get()) { in InitializeZerothFrame()
224 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) { in InitializeZerothFrame()
252 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeZerothFrame()
528 UnwindPlan::RowSP active_row; in InitializeNonZerothFrame() local
537 active_row = in InitializeNonZerothFrame()
541 if (active_row.get() && log) { in InitializeNonZerothFrame()
543 active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, in InitializeNonZerothFrame()
551 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(valid_offset); in InitializeNonZerothFrame()
554 if (active_row.get() && log) { in InitializeNonZerothFrame()
556 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), in InitializeNonZerothFrame()
564 if (!active_row.get()) { in InitializeNonZerothFrame()
570 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) { in InitializeNonZerothFrame()
576 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
1172 UnwindPlan::RowSP active_row = in SavedLocationForRegister() local
1182 if (active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind), in SavedLocationForRegister()
1201 UnwindPlan::RowSP active_row = in SavedLocationForRegister() local
1220 active_row->GetRegisterInfo in SavedLocationForRegister()
1252 active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind), in SavedLocationForRegister()
1319 UnwindPlan::RowSP active_row = in SavedLocationForRegister() local
1330 if (active_row) { in SavedLocationForRegister()
1333 active_row->GetRegisterInfo( in SavedLocationForRegister()
1339 active_row->GetCFAValue(), cfa_value)) { in SavedLocationForRegister()
1644 UnwindPlan::RowSP active_row = in TryFallbackUnwindPlan() local
1647 if (active_row && in TryFallbackUnwindPlan()
1648 active_row->GetCFAValue().GetValueType() != in TryFallbackUnwindPlan()
1652 active_row->GetCFAValue(), new_cfa) || in TryFallbackUnwindPlan()
1662 active_row->GetAFAValue(), m_afa); in TryFallbackUnwindPlan()
1725 UnwindPlan::RowSP active_row = in ForceSwitchToFallbackUnwindPlan() local
1728 if (active_row && in ForceSwitchToFallbackUnwindPlan()
1729 active_row->GetCFAValue().GetValueType() != in ForceSwitchToFallbackUnwindPlan()
1733 active_row->GetCFAValue(), new_cfa) || in ForceSwitchToFallbackUnwindPlan()
1741 active_row->GetAFAValue(), m_afa); in ForceSwitchToFallbackUnwindPlan()