Lines Matching refs:StackFrameList
36 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
50 StackFrameList::~StackFrameList() { in ~StackFrameList()
56 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
63 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
80 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
197 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
210 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
218 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
352 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
412 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
545 StackFrameList *prev_frames = m_prev_frames_sp.get(); in GetFramesUpTo()
546 StackFrameList *curr_frames = this; in GetFramesUpTo()
609 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
618 void StackFrameList::Dump(Stream *s) { in Dump()
638 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
706 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex()
728 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
755 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
766 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex()
771 uint32_t StackFrameList::SetSelectedFrame(lldb_private::StackFrame *frame) { in SetSelectedFrame()
790 bool StackFrameList::SetSelectedFrameByIndex(uint32_t idx) { in SetSelectedFrameByIndex()
800 void StackFrameList::SetDefaultFileAndLineToSelectedFrame() { in SetDefaultFileAndLineToSelectedFrame()
815 void StackFrameList::Clear() { in Clear()
821 void StackFrameList::Merge(std::unique_ptr<StackFrameList> &curr_ap, in Merge()
921 StackFrameList::GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) { in GetStackFrameSPForStackFramePtr()
936 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus()