Searched refs:frame_num (Results 1 – 4 of 4) sorted by relevance
450 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() argument452 if (frame_num < m_frames.size()) in GetRegisterContextForFrameNum()453 reg_ctx_sp = m_frames[frame_num]->reg_ctx_lldb_sp; in GetRegisterContextForFrameNum()460 int64_t frame_num = starting_frame_num; in SearchForSavedLocationForRegister() local461 if (static_cast<size_t>(frame_num) >= m_frames.size()) in SearchForSavedLocationForRegister()469 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()473 while (frame_num >= 0) { in SearchForSavedLocationForRegister()475 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()494 frame_num > 0) { in SearchForSavedLocationForRegister()503 frame_num--; in SearchForSavedLocationForRegister()
88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
30 uptr frame_num = 0; in Print() local39 RenderFrame(&frame_desc, common_flags()->stack_trace_format, frame_num++, in Print()117 uptr frame_num = 0; in __sanitizer_symbolize_pc() local123 RenderFrame(&frame_desc, fmt, frame_num++, cur->info, in __sanitizer_symbolize_pc()
1223 uint8_t frame_num = (uint8_t)sc->sc_last_frame_num; in dwc_otg_host_rate_check() local1227 if (frame_num & (td->tmr_res - 1)) in dwc_otg_host_rate_check()1229 if ((frame_num ^ td->tmr_val) & td->tmr_res) in dwc_otg_host_rate_check()1241 if (td->tmr_res == frame_num) { in dwc_otg_host_rate_check()1251 td->tmr_res = frame_num; in dwc_otg_host_rate_check()