Lines Matching refs:CurrentState
1205 int CurrentState = NullState; in emitCLRExceptionTable() local
1211 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1212 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1213 assert(CurrentState != NullState && in emitCLRExceptionTable()
1217 CurrentState, FuncletState}); in emitCLRExceptionTable()
1219 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1222 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1226 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1231 EnteredState != CurrentState; in emitCLRExceptionTable()
1240 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
1242 CurrentState = StateChange.NewState; in emitCLRExceptionTable()