Home
last modified time | relevance | path

Searched defs:inlineAdd (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DRefPtrHashMap.h209 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd() function
217 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) in inlineAdd() function
DHashMap.h239 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd() function