Lines Matching full:invalidated
15 // invalidated. We call an instance variable ivalidatable if it is an object of
19 // invalidated if they are being assigned 'nil' or an invalidation method has
24 // invalidated by other methods, which might or might not be called from
50 /// Check that all ivars are invalidated.
66 /// Has the ivar been invalidated?
100 /// The set of Ivars which need to be invalidated.
127 /// Mark the given ivar as invalidated.
131 /// invalidated.
135 /// it as invalidated.
139 /// if yes, marks it as invalidated.
142 /// Checks if the Expr refers to an ivar, if yes, marks it as invalidated.
438 // Remove ivars invalidated by the partial invalidation methods. They do not
439 // need to be invalidated in the regular invalidation methods.
450 // The MethodCrowler is going to remove the invalidated ivars.
464 // If all ivars have been invalidated by partial invalidators, there is
483 // Only check if Ivars are invalidated when InstanceVariableInvalidation
488 // Check that all ivars are invalidated by the invalidation methods.
515 // Warn on the ivars that were not invalidated by the method.
537 os << "needs to be invalidated; ";
559 os << "needs to be invalidated or set to nil";