Searched refs:stack_top_ (Results 1 – 4 of 4) sorted by relevance
31 uptr stack_top() { return stack_top_; } in stack_top()38 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()56 uptr stack_top_; variable
27 stack_top_ = stack_bottom_ + stack_size; in SetThreadStackAndTls()35 __msan_unpoison((void *)stack_bottom_, stack_top_ - stack_bottom_); in ClearShadowForThreadStackAndTLS()47 CHECK(MEM_IS_APP(stack_top_ - 1)); in Init()
67 uptr stack_top() { return stack_top_; } in stack_top()84 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()130 uptr stack_top_; variable
158 CHECK(AddrIsInMem(stack_top_ - 1)); in Init()162 (void *)stack_bottom_, (void *)stack_top_, stack_top_ - stack_bottom_, in Init()201 stack_top_ = stack_bottom_ + stack_size_; in SetThreadStackAndTls()209 PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS()