Searched refs:next_stack_bottom_ (Results 1 – 2 of 2) sorted by relevance
158 next_stack_bottom_ = bottom; in StartSwitchFiber()188 stack_bottom_ = next_stack_bottom_; in FinishSwitchFiber()192 next_stack_bottom_ = 0; in FinishSwitchFiber()207 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()208 return {next_stack_bottom_, next_stack_top_}; in GetStackBounds()253 next_stack_top_ = next_stack_bottom_ = 0; in Init()
173 uptr next_stack_bottom_; variable