Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.cc131 next_stack_top_ = bottom + size; in StartSwitchFiber()
156 stack_top_ = next_stack_top_; in FinishSwitchFiber()
158 next_stack_top_ = 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.h147 uptr next_stack_top_; variable