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

/xnu-2782.1.97/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.cpp465 OSCollection *newColl = coll->copyCollection(cycleDict); local
466 if (!newColl)
469 newArray->replaceObject(i, newColl);
470 newColl->release();
H A DOSOrderedSet.cpp409 OSCollection *newColl = coll->copyCollection(cycleDict); local
410 if (newColl) {
411 obj = newColl; // Rely on cycleDict ref for a bit
412 newColl->release();
H A DOSDictionary.cpp677 OSCollection *newColl = coll->copyCollection(cycleDict); local
678 if (!newColl)
681 newDict->dictionary[i].value = newColl;
684 newColl->taggedRetain(OSTypeID(OSCollection));
685 newColl->release();

Completed in 23 milliseconds