Searched refs:sharedObject (Results 1 – 5 of 5) sorted by relevance
200 const SharedObject *sharedObject = in _dumpContents() local204 if (sharedObject->hasHardReferences()) { in _dumpContents()211 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents()212 sharedObject->getRefCount(), in _dumpContents()213 sharedObject->getSoftRefCount()); in _dumpContents()255 const SharedObject *sharedObject = in _flush() local257 U_ASSERT(sharedObject->cachePtr == this); in _flush()259 … removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()287 const SharedObject *sharedObject = in _runEvictionSlice() local290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
197 const SharedObject *sharedObject = in _dumpContents() local201 if (sharedObject->hasHardReferences()) { in _dumpContents()208 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents()209 sharedObject->getRefCount(), in _dumpContents()210 sharedObject->getSoftRefCount()); in _dumpContents()252 const SharedObject *sharedObject = in _flush() local254 U_ASSERT(sharedObject->cachePtr == this); in _flush()256 … removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()284 const SharedObject *sharedObject = in _runEvictionSlice() local287 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
286 report.sharedObjects.forEach((sharedObject) => {287 assert.strictEqual(typeof sharedObject, 'string');