Searched refs:HoldRefCount (Results 1 – 1 of 1) sorted by relevance
63 : DynRefCount(DRC), HoldRefCount(HRC), in StatesTy()82 uint64_t HoldRefCount; member133 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()[all …]