Home
last modified time | relevance | path

Searched refs:StackFrame (Results 1 – 25 of 119) sorted by relevance

12345

/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/
Ddbghelp32.rs19 pub enum StackFrame { enum
26 pub(crate) stack_frame: StackFrame,
55 StackFrame::New(ref new) => Some(new.InlineFrameContext), in inline_context()
56 StackFrame::Old(_) => None, in inline_context()
62 StackFrame::New(ref new) => &new.AddrPC, in addr_pc()
63 StackFrame::Old(ref old) => &old.AddrPC, in addr_pc()
69 StackFrame::New(ref mut new) => &mut new.AddrPC, in addr_pc_mut()
70 StackFrame::Old(ref mut old) => &mut old.AddrPC, in addr_pc_mut()
76 StackFrame::New(ref mut new) => &mut new.AddrFrame, in addr_frame_mut()
77 StackFrame::Old(ref mut old) => &mut old.AddrFrame, in addr_frame_mut()
[all …]
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DStackFrame.h41 class StackFrame : public ExecutionContextScope,
42 public std::enable_shared_from_this<StackFrame> {
107 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
112 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
118 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
124 ~StackFrame() override;
514 void UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame);
516 void UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame);
551 StackFrame(const StackFrame &) = delete;
552 const StackFrame &operator=(const StackFrame &) = delete;
DExecutionContext.h205 void SetFramePtr(StackFrame *frame);
341 StackFrame *frame = nullptr);
408 StackFrame *GetFramePtr() const { return m_frame_sp.get(); } in GetFramePtr()
449 StackFrame &GetFrameRef() const;
496 void SetFramePtr(StackFrame *frame);
DStackFrameList.h46 uint32_t SetSelectedFrame(lldb_private::StackFrame *frame);
90 GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr);
111 void SynthesizeTailCallFrames(StackFrame &next_frame);
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DStackFrame.h42 class StackFrame : public ExecutionContextScope,
43 public std::enable_shared_from_this<StackFrame> {
108 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
113 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
119 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
125 ~StackFrame() override;
514 void UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame);
516 void UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame);
551 StackFrame(const StackFrame &) = delete;
552 const StackFrame &operator=(const StackFrame &) = delete;
DExecutionContext.h205 void SetFramePtr(StackFrame *frame);
341 StackFrame *frame = nullptr);
408 StackFrame *GetFramePtr() const { return m_frame_sp.get(); } in GetFramePtr()
449 StackFrame &GetFrameRef() const;
496 void SetFramePtr(StackFrame *frame);
DStackFrameList.h46 uint32_t SetSelectedFrame(lldb_private::StackFrame *frame);
90 GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr);
111 void SynthesizeTailCallFrames(StackFrame &next_frame);
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Target/
DStackFrame.h42 class StackFrame : public ExecutionContextScope,
43 public std::enable_shared_from_this<StackFrame> {
108 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
113 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
119 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
125 ~StackFrame() override;
514 void UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame);
516 void UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame);
551 StackFrame(const StackFrame &) = delete;
552 const StackFrame &operator=(const StackFrame &) = delete;
DExecutionContext.h205 void SetFramePtr(StackFrame *frame);
341 StackFrame *frame = nullptr);
408 StackFrame *GetFramePtr() const { return m_frame_sp.get(); } in GetFramePtr()
449 StackFrame &GetFrameRef() const;
496 void SetFramePtr(StackFrame *frame);
DStackFrameList.h46 uint32_t SetSelectedFrame(lldb_private::StackFrame *frame);
90 GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr);
111 void SynthesizeTailCallFrames(StackFrame &next_frame);
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DStackFrame.h41 class StackFrame : public ExecutionContextScope,
42 public std::enable_shared_from_this<StackFrame> {
107 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
112 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
118 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx,
124 ~StackFrame() override;
514 void UpdateCurrentFrameFromPreviousFrame(StackFrame &prev_frame);
516 void UpdatePreviousFrameFromCurrentFrame(StackFrame &curr_frame);
551 StackFrame(const StackFrame &) = delete;
552 const StackFrame &operator=(const StackFrame &) = delete;
DExecutionContext.h205 void SetFramePtr(StackFrame *frame);
341 StackFrame *frame = nullptr);
408 StackFrame *GetFramePtr() const { return m_frame_sp.get(); } in GetFramePtr()
449 StackFrame &GetFrameRef() const;
496 void SetFramePtr(StackFrame *frame);
DStackFrameList.h46 uint32_t SetSelectedFrame(lldb_private::StackFrame *frame);
90 GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr);
111 void SynthesizeTailCallFrames(StackFrame &next_frame);
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
319 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext()
341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
348 return LC->getKind() == StackFrame; in classof()
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
319 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext()
341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
348 return LC->getKind() == StackFrame; in classof()
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
319 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext()
341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
348 return LC->getKind() == StackFrame; in classof()
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Analysis/
DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
319 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext()
341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
348 return LC->getKind() == StackFrame; in classof()
/prebuilts/go/linux-x86/src/internal/trace/internal/testgen/go122/
Dtrace.go166 stk [32]trace.StackFrame
172 NoStack = []trace.StackFrame{}
224 func (g *Generation) Stack(stk []trace.StackFrame) uint64 {
340 u = b.gen.Stack(arg.([]trace.StackFrame))

12345