Searched refs:theKey (Results 1 – 2 of 2) sorted by relevance
407 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerMaster() argument408 theKey->fIsMaster = true; in _registerMaster()419 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local421 theKey->fCreationStatus = status; in _put()423 _registerMaster(theKey, value); in _put()440 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local441 status = theKey->fCreationStatus; in _fetch()468 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()479 return (!theKey->fIsMaster || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
476 void _registerMaster(const CacheKeyBase *theKey, const SharedObject *value) const;