Searched refs:stack_bottom_ (Results 1 – 5 of 5) sorted by relevance
71 CHECK(AddrIsInMem(stack_bottom_)); in Init()77 tid(), stack_bottom_, stack_top_, in Init()78 stack_top_ - stack_bottom_, &local); in Init()105 PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStack()
76 uintptr_t stack_bottom() { return stack_bottom_; } in stack_bottom()77 size_t stack_size() { return stack_top_ - stack_bottom_; } in stack_size()85 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()102 uintptr_t stack_bottom_; variable
300 stack_bottom_ = end - stacksize; in SetThreadStackTopAndBottom()312 stack_bottom_ = (uintptr_t)stackaddr; in SetThreadStackTopAndBottom()317 stack_bottom_ = stack_top_ - kMaxThreadStackSize; in SetThreadStackTopAndBottom()
97 stack_bottom_ = (uintptr_t)mbi.AllocationBase; in SetThreadStackTopAndBottom()
326 stack_bottom_ = stack_top_ - stacksize; in SetThreadStackTopAndBottom()