Searched refs:other_reg_info (Results 1 – 2 of 2) sorted by relevance
1005 const RegisterInfo *other_reg_info = in ReadRegisterValueFromRegisterLocation() local1008 if (!other_reg_info) in ReadRegisterValueFromRegisterLocation()1012 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()1015 const RegisterInfo *other_reg_info = in ReadRegisterValueFromRegisterLocation() local1018 if (!other_reg_info) in ReadRegisterValueFromRegisterLocation()1023 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()1025 success = GetNextFrame()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()1059 const RegisterInfo *other_reg_info = in WriteRegisterValueToRegisterLocation() local1062 m_thread.GetRegisterContext()->WriteRegister(other_reg_info, value); in WriteRegisterValueToRegisterLocation()1065 const RegisterInfo *other_reg_info = in WriteRegisterValueToRegisterLocation() local[all …]
134 const RegisterInfo *other_reg_info = nullptr; in Dump() local136 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num); in Dump()137 if (other_reg_info) in Dump()138 s.Printf("=%s", other_reg_info->name); in Dump()