Lines Matching refs:CurrentState
1169 int CurrentState = NullState; in emitCLRExceptionTable() local
1175 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1176 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1177 assert(CurrentState != NullState && in emitCLRExceptionTable()
1181 CurrentState, FuncletState}); in emitCLRExceptionTable()
1183 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1186 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1190 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1195 EnteredState != CurrentState; in emitCLRExceptionTable()
1204 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
1206 CurrentState = StateChange.NewState; in emitCLRExceptionTable()