Home | History | Annotate | Download | only in gcmole

Lines Matching refs:effect

308   ExprEffect(int effect, Environment* env)
309 : effect_((effect & kAllEffects) |
335 Environment ApplyEffect(ExprEffect effect) const {
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
337 if (effect.env() != NULL) out.live_ |= effect.env()->live_;