Searched refs:ThisRefCount (Results 1 – 1 of 1) sorted by relevance
179 uint64_t &ThisRefCount = in resetRefCount() local181 if (ThisRefCount != INFRefCount) in resetRefCount()182 ThisRefCount = 1; in resetRefCount()187 uint64_t &ThisRefCount = in incRefCount() local189 if (ThisRefCount != INFRefCount) { in incRefCount()190 ++ThisRefCount; in incRefCount()191 assert(ThisRefCount < INFRefCount && "refcount overflow"); in incRefCount()198 uint64_t &ThisRefCount = in decRefCount() local203 if (ThisRefCount != INFRefCount) { in decRefCount()204 if (ThisRefCount > 0) in decRefCount()[all …]