Home
last modified time | relevance | path

Searched refs:next_stack_bottom_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.cc130 next_stack_bottom_ = bottom; in StartSwitchFiber()
155 stack_bottom_ = next_stack_bottom_; in FinishSwitchFiber()
159 next_stack_bottom_ = 0; in FinishSwitchFiber()
170 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()
171 return StackBounds{next_stack_bottom_, next_stack_top_}; // NOLINT in GetStackBounds()
218 next_stack_top_ = next_stack_bottom_ = 0; in Init()
Dasan_thread.h148 uptr next_stack_bottom_; variable