Searched defs:stack_bottom (Results 1 – 9 of 9) sorted by relevance
48 uptr stack_bottom) { in GetCanonicFrame()68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
58 uptr stack_top, uptr stack_bottom, in Unwind()
114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
248 uptr *stack_bottom) { in GetThreadStackTopAndBottom()366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
78 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
75 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback() local138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack() local
179 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread