Lines Matching defs:active_row
210 UnwindPlan::RowSP active_row;
219 active_row =
222 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(),
229 active_row->Dump(active_row_strm, lang_runtime_plan_sp.get(), &m_thread,
246 active_row =
249 if (active_row.get() && log) {
251 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread,
257 if (!active_row.get()) {
263 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) {
291 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);
596 UnwindPlan::RowSP active_row;
605 active_row =
608 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(),
615 active_row->Dump(active_row_strm, lang_runtime_plan_sp.get(), &m_thread,
639 active_row =
643 if (active_row.get() && log) {
645 active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread,
654 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(
658 if (active_row.get() && log) {
660 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(),
670 if (!active_row.get()) {
676 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) {
682 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);
1287 UnwindPlan::RowSP active_row =
1305 if (active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind),
1328 UnwindPlan::RowSP active_row =
1333 if (got_new_full_unwindplan && active_row.get() && log) {
1336 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(),
1358 active_row->GetRegisterInfo
1390 active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind),
1457 UnwindPlan::RowSP active_row =
1468 if (active_row) {
1471 active_row->GetRegisterInfo(
1477 active_row->GetCFAValue(), cfa_value)) {
1789 UnwindPlan::RowSP active_row =
1793 if (active_row &&
1794 active_row->GetCFAValue().GetValueType() !=
1798 active_row->GetCFAValue(), new_cfa) ||
1808 active_row->GetAFAValue(), m_afa);
1875 UnwindPlan::RowSP active_row =
1878 if (active_row &&
1879 active_row->GetCFAValue().GetValueType() !=
1883 active_row->GetCFAValue(), new_cfa) ||
1891 active_row->GetAFAValue(), m_afa);