Searched refs:next_stack_top_ (Results 1 – 2 of 2) sorted by relevance
161 next_stack_top_ = bottom + size; in StartSwitchFiber()191 stack_top_ = next_stack_top_; in FinishSwitchFiber()193 next_stack_top_ = 0; in FinishSwitchFiber()209 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()210 return {next_stack_bottom_, next_stack_top_}; in GetStackBounds()255 next_stack_top_ = next_stack_bottom_ = 0; in Init()
177 uptr next_stack_top_; variable