Searched refs:unwind_idx (Results 1 – 4 of 4) sorted by relevance
43 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
361 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
579 StackFrameList::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument587 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()591 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
1636 Thread::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument1638 return GetStackFrameList()->GetFrameWithConcreteFrameIndex (unwind_idx); in GetFrameWithConcreteFrameIndex()