Lines Matching refs:CurrentState
1199 int CurrentState = NullState; in emitCLRExceptionTable() local
1205 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1206 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1207 assert(CurrentState != NullState && in emitCLRExceptionTable()
1211 CurrentState, FuncletState}); in emitCLRExceptionTable()
1213 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1216 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1220 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1225 EnteredState != CurrentState; in emitCLRExceptionTable()
1234 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
1236 CurrentState = StateChange.NewState; in emitCLRExceptionTable()