Home
last modified time | relevance | path

Searched defs:active_row (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp183 UnwindPlan::RowSP active_row; in InitializeZerothFrame() local
461 UnwindPlan::RowSP active_row; in InitializeNonZerothFrame() local
965 … UnwindPlan::RowSP active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister() local
989 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister() local
1075 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister() local
1248 …UnwindPlan::RowSP active_row = arch_default_unwind_plan_sp->GetRowForFunctionOffset (m_current_off… in InvalidateFullUnwindPlan() local
/external/chromium_org/chrome/browser/ui/views/
Dtask_manager_view.cc631 const int active_row = tab_table_->selection_model().active(); in ActivateFocusedTab() local