Searched refs:next_stack_ (Results 1 – 4 of 4) sorted by relevance
82 if (cur_stack >= next_stack_.bottom && cur_stack < next_stack_.top) in GetStackBounds()83 return {next_stack_.bottom, next_stack_.top}; in GetStackBounds()98 next_stack_.bottom = bottom; in StartSwitchFiber()99 next_stack_.top = bottom + size; in StartSwitchFiber()109 stack_.bottom = next_stack_.bottom; in FinishSwitchFiber()110 stack_.top = next_stack_.top; in FinishSwitchFiber()112 next_stack_.top = 0; in FinishSwitchFiber()113 next_stack_.bottom = 0; in FinishSwitchFiber()
66 StackBounds next_stack_; variable
90 if (cur_stack >= next_stack_.bottom && cur_stack < next_stack_.top) in GetStackBounds()91 return {next_stack_.bottom, next_stack_.top}; in GetStackBounds()106 next_stack_.bottom = bottom; in StartSwitchFiber()107 next_stack_.top = bottom + size; in StartSwitchFiber()117 stack_.bottom = next_stack_.bottom; in FinishSwitchFiber()118 stack_.top = next_stack_.top; in FinishSwitchFiber()120 next_stack_.top = 0; in FinishSwitchFiber()121 next_stack_.bottom = 0; in FinishSwitchFiber()
58 StackBounds next_stack_; variable