Home | History | Annotate | Download | only in msan

Lines Matching refs:stack_bottom

58   uptr stack_top, stack_bottom;
154 static void GetCurrentStackBounds(uptr *stack_top, uptr *stack_bottom) {
158 __msan_stack_bounds.stack_top = __msan_stack_bounds.stack_bottom = 1;
161 &__msan_stack_bounds.stack_bottom);
164 *stack_bottom = __msan_stack_bounds.stack_bottom;
175 uptr stack_top, stack_bottom;
176 GetCurrentStackBounds(&stack_top, &stack_bottom);
180 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);
283 &__msan_stack_bounds.stack_bottom);