Lines Matching refs:Stack
12 * Stack unwinding during exception handling
82 ## Stack frame
107 (Stack grows in increasing order: higher slot has lower address)
108 -----+----------------------+ <- Stack pointer
132 Stack frame elements:
186 * adjust Stack Pointer, and pass execution to the runtime function
187 * restore the Stack Pointer and caller saved registers
286 ## Stack traversing
287 Stack traversing is performed by the runtime. When the runtime examinates a managed thread's stack …
288 Stack unwinding always starts from the top frame. Its kind could be determined from `panda::Managed…
407 Details of stack travesing are described in [Stack traversing](#stack_traversing)