Home | History | Annotate | Download | only in gcmole

Lines Matching defs:hasGC

280   bool hasGC() { return (effect_ & kCausesGC) != 0; }
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();