Lines Matching refs:Autorelease
52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
247 RefVal autorelease() const {
897 case Autorelease:
1414 ReceiverEff = Autorelease;
1519 ScratchArgs = AF.add(ScratchArgs, 0, Autorelease);
1522 DoNothing, Autorelease));
1557 // Create the "autorelease" selector.
1558 Summ = getPersistentSummary(NoRet, Autorelease);
1559 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1579 // Don't track allocated autorelease pools, as it is okay to prematurely
2050 // Did an autorelease message get sent?
2104 case Autorelease:
2105 os << "In GC mode an 'autorelease' has no effect.";
3049 case Autorelease:
3052 // Update the autorelease counts.
3053 V = V.autorelease();
3309 // Update the autorelease counts.
3311 AutoreleaseTag("RetainCountChecker : Autorelease");
3533 // No autorelease counts? Nothing to be done.
3537 assert(!Ctx.isObjCGCEnabled() && "Autorelease counts in GC mode?");
3540 // FIXME: Handle sending 'autorelease' to already released object.
3559 // Woah! More autorelease counts then retain counts left.
3689 // Update counts from autorelease pools