Searched refs:stringCache (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c303 CFMutableArrayRef stringCache; // retaining array of strings member in struct:__anon484
1084 pInfo->stringCache = CFArrayCreateMutable(pInfo->allocator, 0, &kCFTypeArrayCallBacks);
1089 CFRelease(pInfo->stringCache);
1091 pInfo->stringCache = NULL;
1102 result = (CFStringRef)CFArrayGetValueAtIndex(pInfo->stringCache, (CFIndex)payload - 1);
1109 payload = CFArrayGetCount(pInfo->stringCache) + 1;
1112 CFArrayAppendValue(pInfo->stringCache, result);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMBinding.h497 JSStringCache& stringCache = currentWorld(exec)->m_stringCache; local
498 JSStringCache::AddResult addResult = stringCache.add(stringImpl, nullptr);

Completed in 115 milliseconds