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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DBagToHashMap.h36 void toHashMap(Bag<ElementType>& bag, KeyGetterFunctor& getKey, HashMap<KeyType, ElementType*, HashArg>& result) function in namespace:WTF
47 using WTF::toHashMap;
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp2294 toHashMap(m_stubInfos, getStructureStubInfoCodeOrigin, result);
2309 toHashMap(m_callLinkInfos, getCallLinkInfoCodeOrigin, result);

Completed in 182 milliseconds