Lines Matching defs:getAutoreleaseCount
155 unsigned getAutoreleaseCount() const { return ACnt; }
215 getAutoreleaseCount(), getType(), getIvarAccessHistory());
220 getAutoreleaseCount(), getType(), getIvarAccessHistory());
224 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
229 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
235 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
241 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
2105 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount())
2108 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount());
2140 if (CurrV.getAutoreleaseCount())
3733 unsigned ACnt = V.getAutoreleaseCount();
3788 if (V.getAutoreleaseCount() > 1)
3789 os << V.getAutoreleaseCount() << " times but the object ";