Searched refs:oldObject (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSArray.cpp282 const OSMetaClassBase *oldObject; local
288 oldObject = array[index];
292 oldObject->taggedRelease(OSTypeID(OSCollection));
298 const OSMetaClassBase *oldObject; local
304 oldObject = array[index];
310 oldObject->taggedRelease(OSTypeID(OSCollection));
H A DOSDictionary.cpp336 const OSMetaClassBase *oldObject = dictionary[i].value; local
343 oldObject->taggedRelease(OSTypeID(OSCollection));

Completed in 75 milliseconds