Lines Matching defs:TryParentState
639 int TryParentState, ClrHandlerType HandlerType,
643 Entry.TryParentState = TryParentState;
662 // 2) Each state has a "TryParentState", which:
676 // handler attributes. Record the TryParentState as well for each catchpad
696 // HandlerParentState for all pads. Record TryParentState only for catchpads
723 // the last need to set the following one as its TryParentState.
751 // Step two: record the TryParentState of each state. For cleanuppads that
757 // For most pads, the TryParentState is the state associated with the
761 // If a catch is not the last in its catchswitch, its TryParentState is
764 // cases were already assigned a TryParentState in the first pass, so
766 if (Entry.TryParentState != -1)
790 FuncInfo.ClrEHUnwindMap[UserState].TryParentState;
824 // Record the state of the unwind dest as the TryParentState.
844 Entry.TryParentState = UnwindDestState;