Lines Matching refs:GetRegisterKind
220 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
247 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
430 RegisterKind row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
593 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
627 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
642 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
1275 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1317 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1351 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), in SavedLocationForRegister()
1442 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1781 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1791 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1866 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan()
1874 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan()
2162 return ReadGPRValue(regnum.GetRegisterKind(), regnum.GetRegisterNumber(), in ReadGPRValue()