Searched refs:active_row (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp183 UnwindPlan::RowSP active_row; local
188 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset);
190 if (active_row.get() && log)
193 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr()));
198 if (!active_row.get())
206 if (!ReadGPRValue (row_register_kind, active_row->GetCFARegister(), cfa_regval))
212 cfa_offset = active_row->GetCFAOffset ();
461 UnwindPlan::RowSP active_row; local
470 active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset);
472 if (active_row
965 UnwindPlan::RowSP active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
989 UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
1075 UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
1248 UnwindPlan::RowSP active_row = arch_default_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc641 const int active_row = tab_table_->selection_model().active(); local
642 if (active_row != -1)
643 task_manager_->ActivateProcess(active_row);

Completed in 2138 milliseconds