Searched refs:newColl (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp390 OSCollection *newColl = coll->copyCollection(cycleDict); local
391 if (newColl) {
392 obj = newColl; // Rely on cycleDict ref for a bit
393 newColl->release();
H A DOSArray.cpp455 OSCollection *newColl = coll->copyCollection(cycleDict); local
456 if (!newColl)
459 newArray->replaceObject(i, newColl);
460 newColl->release();
H A DOSOrderedSet.cpp402 OSCollection *newColl = coll->copyCollection(cycleDict); local
403 if (newColl) {
404 obj = newColl; // Rely on cycleDict ref for a bit
405 newColl->release();
H A DOSDictionary.cpp670 OSCollection *newColl = coll->copyCollection(cycleDict); local
671 if (!newColl)
674 newDict->dictionary[i].value = newColl;
677 newColl->taggedRetain(OSTypeID(OSCollection));
678 newColl->release();

Completed in 25 milliseconds