Searched defs:autorelease (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DPageCache.cpp393 autorelease(item->m_cachedPage.release());
478 void PageCache::autorelease(PassRefPtr<CachedPage> page) function in class:WebCore::PageCache
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp245 RefVal autorelease() const { function in class:__anon3913::RefVal
1591 // Create the "autorelease" selector.
1593 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1617 // Don't track allocated autorelease pools yet, as it is okay to prematurely
1704 : CFRefBug("Object sent -autorelease too many times") {}
1707 return "Object sent -autorelease too many times";
2087 // Did an autorelease message get sent?
2092 os << "Object sent -autorelease message";
2142 os << "In GC mode an 'autorelease' has no effect.";
3016 // Update the autorelease count
[all...]

Completed in 75 milliseconds