Lines Matching refs:getAutoreleaseCount
155 unsigned getAutoreleaseCount() const { return ACnt; } in getAutoreleaseCount() function in __anonf8e0d6ba0111::RefVal
215 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator -()
220 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator +()
224 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), in operator ^()
229 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, in autorelease()
235 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess()
241 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
2105 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) in VisitNode()
2108 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount()); in VisitNode()
2140 if (CurrV.getAutoreleaseCount()) in VisitNode()
3733 unsigned ACnt = V.getAutoreleaseCount(); in handleAutoreleaseCounts()
3788 if (V.getAutoreleaseCount() > 1) in handleAutoreleaseCounts()
3789 os << V.getAutoreleaseCount() << " times but the object "; in handleAutoreleaseCounts()