Searched refs:oldEntry (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-cache-old.mm433 cache_entry *oldEntry = (cache_entry *)old_cache->buckets[index];
436 if (!oldEntry)
443 if (oldEntry->imp == _objc_msgForward_impcache) {
444 _cache_collect_free (oldEntry, sizeof(cache_entry));
671 cache_entry *oldEntry = (cache_entry *)cache->buckets[index];
677 if (oldEntry && oldEntry->imp == _objc_msgForward_impcache)
678 _cache_collect_free (oldEntry, sizeof(cache_entry));
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.mm330 WebHistoryItem *oldEntry = [_entriesByURL objectForKey:URLString];
331 if (oldEntry) {
335 // The last reference to oldEntry might be this dictionary, so we hold onto a reference
336 // until we're done with oldEntry.
337 [oldEntry retain];
342 [entry _mergeAutoCompleteHints:oldEntry];
343 [oldEntry release];
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSDictionary.cpp382 dictEntry oldEntry = dictionary[i]; local
389 oldEntry.key->taggedRelease(OSTypeID(OSCollection));
390 oldEntry.value->taggedRelease(OSTypeID(OSCollection));
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.cpp440 COMPtr<IWebHistoryItem> oldEntry((IWebHistoryItem*) CFDictionaryGetValue(
443 if (oldEntry) {
457 entryPriv->mergeAutoCompleteHints(oldEntry.get());
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp1361 int64_t oldEntry = *jumpPtr; local
1366 newEntry.int64 = oldEntry;
1372 done = OSAtomicCompareAndSwap64Barrier(oldEntry, newEntry.int64, (int64_t*)jumpPtr);

Completed in 306 milliseconds