Home | History | Annotate | Download | only in processor

Lines Matching refs:stack

32 // Provides stack frames given amd64 register context and a memory region
33 // corresponding to a amd64 stack.
57 // included in the stack. The other arguments are passed directly through
66 // A STACK CFI-driven frame walker for the AMD64
69 // Implementation of Stackwalker, using amd64 context (stack pointer in %rsp,
70 // stack base in %rbp) and stack conventions (saved stack pointer at 0(%rbp))
72 virtual StackFrame* GetCallerFrame(const CallStack* stack,
75 // Use cfi_frame_info (derived from STACK CFI records) to construct
82 // omitted. The expectation is that caller's %rbp is pushed to the stack
89 // Scan the stack for plausible return addresses. The caller takes ownership
93 // Stores the CPU context corresponding to the innermost stack frame to