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);
1288 UnwindPlan::RowSP active_row =
1306 if (active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind),
1329 UnwindPlan::RowSP active_row =
1334 if (got_new_full_unwindplan && active_row.get() && log) {
1337 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(),
1359 active_row->GetRegisterInfo
1391 active_row->GetRegisterInfo(regnum.GetAsKind(unwindplan_registerkind),
1458 UnwindPlan::RowSP active_row =
1469 if (active_row) {
1472 active_row->GetRegisterInfo(
1478 active_row->GetCFAValue(), cfa_value)) {
1802 UnwindPlan::RowSP active_row =
1806 if (active_row &&
1807 active_row->GetCFAValue().GetValueType() !=
1811 active_row->GetCFAValue(), new_cfa) ||
1821 active_row->GetAFAValue(), m_afa);
1888 UnwindPlan::RowSP active_row =
1891 if (active_row &&
1892 active_row->GetCFAValue().GetValueType() !=
1896 active_row->GetCFAValue(), new_cfa) ||
1904 active_row->GetAFAValue(), m_afa);