Home
last modified time | relevance | path

Searched refs:sharedObject (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 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() local
257 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() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp197 const SharedObject *sharedObject = in _dumpContents() local
201 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() local
254 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() local
287 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 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() local
257 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() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 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() local
257 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() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/third_party/node/test/common/
Dreport.js286 report.sharedObjects.forEach((sharedObject) => {
287 assert.strictEqual(typeof sharedObject, 'string');