Lines Matching refs:getAutoreleaseCount
154 unsigned getAutoreleaseCount() const { return ACnt; } in getAutoreleaseCount() function in __anonbe000e510111::RefVal
214 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator -()
219 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator +()
223 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), in operator ^()
228 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, in autorelease()
234 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess()
239 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
2081 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) in VisitNode()
2084 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount()); in VisitNode()
2116 if (CurrV.getAutoreleaseCount()) in VisitNode()
3684 unsigned ACnt = V.getAutoreleaseCount(); in handleAutoreleaseCounts()
3739 if (V.getAutoreleaseCount() > 1) in handleAutoreleaseCounts()
3740 os << V.getAutoreleaseCount() << " times but the object "; in handleAutoreleaseCounts()