Lines Matching refs:HoldRefCount
63 : DynRefCount(DRC), HoldRefCount(HRC), in StatesTy()
82 uint64_t HoldRefCount; member
133 States->HoldRefCount == INFRefCount) in getTotalRefCount()
135 return States->DynRefCount + States->HoldRefCount; in getTotalRefCount()
142 uint64_t getHoldRefCount() const { return States->HoldRefCount; } in getHoldRefCount()
166 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in resetRefCount()
174 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in incRefCount()
185 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in decRefCount()
187 UseHoldRefCount ? States->DynRefCount : States->HoldRefCount; in decRefCount()
208 return refCountToStr(States->HoldRefCount); in holdRefCountToStr()
215 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount;
217 UseHoldRefCount ? States->DynRefCount : States->HoldRefCount;