Searched refs:frame_num (Results 1 – 4 of 4) sorted by relevance
469 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() argument471 if (frame_num < m_frames.size()) in GetRegisterContextForFrameNum()472 reg_ctx_sp = m_frames[frame_num]->reg_ctx_lldb_sp; in GetRegisterContextForFrameNum()479 int64_t frame_num = starting_frame_num; in SearchForSavedLocationForRegister() local480 if (static_cast<size_t>(frame_num) >= m_frames.size()) in SearchForSavedLocationForRegister()488 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()492 while (frame_num >= 0) { in SearchForSavedLocationForRegister()494 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()513 frame_num > 0) { in SearchForSavedLocationForRegister()522 frame_num--; in SearchForSavedLocationForRegister()
88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
750 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes() local751 for (uint32_t i = 0; i < frame_num; ++i) { in FrameIndexes()
1217 uint8_t frame_num = (uint8_t)sc->sc_last_frame_num; in dwc_otg_host_rate_check() local1221 if (frame_num & (td->tmr_res - 1)) in dwc_otg_host_rate_check()1223 if ((frame_num ^ td->tmr_val) & td->tmr_res) in dwc_otg_host_rate_check()1235 if (td->tmr_res == frame_num) { in dwc_otg_host_rate_check()1245 td->tmr_res = frame_num; in dwc_otg_host_rate_check()