Searched defs:HashTable (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Lookup.h | 123 struct HashTable { struct 128 const HashTableValue* values; // Fixed values generated by script. argument 129 mutable const HashEntry* table; // Table allocated at runtime. 131 ALWAYS_INLINE void initializeIfNeeded(JSGlobalData* globalData) const in initializeIfNeeded() 137 ALWAYS_INLINE void initializeIfNeeded(ExecState* exec) const in initializeIfNeeded() 146 … ALWAYS_INLINE const HashEntry* entry(JSGlobalData* globalData, const Identifier& identifier) const in entry() 152 ALWAYS_INLINE const HashEntry* entry(ExecState* exec, const Identifier& identifier) const in entry() 159 ALWAYS_INLINE const HashEntry* entry(const Identifier& identifier) const in entry()
|
/external/llvm/lib/Support/ |
D | StringMap.cpp | 65 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local 120 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local 185 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTable.h | 68 class HashTable; variable 104 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>; variable 232 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>; variable
|
/external/chromium/base/ |
D | id_map.h | 38 typedef base::hash_map<KeyType, T*> HashTable; typedef
|
/external/giflib/ |
D | gif_lib_private.h | 54 GifHashTableType *HashTable; member
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | atom.c | 215 } HashTable; typedef
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 411 HashTableTy HashTable; variable
|
/external/v8/src/ |
D | objects.cc | 11058 template class HashTable<SymbolTableShape, HashTableKey*>; variable 11060 template class HashTable<CompilationCacheShape, HashTableKey*>; variable 11062 template class HashTable<MapCacheShape, HashTableKey*>; variable 11064 template class HashTable<ObjectHashTableShape<1>, Object*>; variable 11066 template class HashTable<ObjectHashTableShape<2>, Object*>; variable
|