Searched refs:theKey (Results 1 – 2 of 2) sorted by relevance
441 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerMaster() argument442 theKey->fIsMaster = TRUE; in _registerMaster()458 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local460 theKey->fCreationStatus = status; in _put()462 _registerMaster(theKey, value); in _put()507 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local508 status = theKey->fCreationStatus; in _fetch()541 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local546 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()552 … return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences())); in _isEvictable()
380 const CacheKeyBase *theKey, const SharedObject *value) const;