Lines Matching refs:CurrentState
1133 int CurrentState = NullState; in emitCLRExceptionTable() local
1139 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1140 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1141 assert(CurrentState != NullState && in emitCLRExceptionTable()
1145 CurrentState, FuncletState}); in emitCLRExceptionTable()
1147 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1150 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1154 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1159 EnteredState != CurrentState; in emitCLRExceptionTable()
1168 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
1170 CurrentState = StateChange.NewState; in emitCLRExceptionTable()