Home | History | Annotate | Download | only in msan

Lines Matching defs:stack_top

58   uptr stack_top, stack_bottom;
162 static void GetCurrentStackBounds(uptr *stack_top, uptr *stack_bottom) {
163 if (__msan_stack_bounds.stack_top == 0) {
166 __msan_stack_bounds.stack_top = __msan_stack_bounds.stack_bottom = 1;
168 &__msan_stack_bounds.stack_top,
171 *stack_top = __msan_stack_bounds.stack_top;
183 uptr stack_top, stack_bottom;
184 GetCurrentStackBounds(&stack_top, &stack_bottom);
188 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);
301 &__msan_stack_bounds.stack_top,