Lines Matching refs:CurrentState
1185 int CurrentState = NullState; in emitCLRExceptionTable() local
1191 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1192 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1193 assert(CurrentState != NullState && in emitCLRExceptionTable()
1197 CurrentState, FuncletState}); in emitCLRExceptionTable()
1199 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1202 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1206 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1211 EnteredState != CurrentState; in emitCLRExceptionTable()
1220 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
1222 CurrentState = StateChange.NewState; in emitCLRExceptionTable()