Searched refs:symCache (Results 1 – 1 of 1) sorted by relevance
513 const OSSymbol *symCache[numStrCache], *sym; in testDictionary() local526 symCache[i] = OSSymbol::withCStringNoCopy(strCache[i]); in testDictionary()529 symCache[i]->release(); in testDictionary()569 symCache[numSymbols++] = sym; in testDictionary()575 (OSObject **) symCache, symCache, numSymbols, numSymbols); in testDictionary()579 count1 += (symCache[i]->getRetainCount() == 3); in testDictionary()589 str = (OSString *) dict1->getObject(symCache[i]); in testDictionary()590 if (str != (OSString *) symCache[i]) { in testDictionary()599 count1 += (symCache[i]->getRetainCount() == 1); in testDictionary()600 symCache[i]->release(); in testDictionary()[all …]