Lines Matching defs:stack_top
106 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
108 CHECK(stack_top);
118 *stack_top = *stack_bottom = 0;
140 *stack_top = segment.end;
148 // The out-of-range stack_top can result in an invalid shadow address
150 if (*stack_top == maxAddr + 1)
151 *stack_top = maxAddr;
153 CHECK_LE(*stack_top, maxAddr);
172 *stack_top = (uptr)stackaddr + stacksize;
673 uptr stack_top, stack_bottom;
674 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
676 *stk_end = stack_top;