Searched refs:INFRefCount (Results 1 – 1 of 1) sorted by relevance
56 static const uint64_t INFRefCount = ~(uint64_t)0; member62 TgtPtrBegin(TB), RefCount(IsINF ? INFRefCount : 1) {} in HstPtrBase()69 if (RefCount != INFRefCount) in resetRefCount()76 if (RefCount != INFRefCount) { in incRefCount()78 assert(RefCount < INFRefCount && "refcount overflow"); in incRefCount()85 if (RefCount != INFRefCount) { in decRefCount()94 return RefCount == INFRefCount; in isRefCountInf()