Searched refs:HashForObject (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | string-set-inl.h | 32 uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject() function
|
| D | dictionary.h | 122 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object); 210 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object); 261 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
| D | hash-table-inl.h | 289 uint32_t RegisteredSymbolTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function 298 uint32_t NameToIndexShape::HashForObject(ReadOnlyRoots roots, Object other) { in HashForObject() function 310 uint32_t ObjectHashTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function
|
| D | string-set.h | 20 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
| D | dictionary-inl.h | 270 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function 306 uint32_t NameDictionaryShape::HashForObject(ReadOnlyRoots roots, Object other) { in HashForObject() function 317 uint32_t GlobalDictionaryShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function
|
| D | hash-table.h | 318 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object); 445 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object); 486 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
| D | compilation-cache-table-inl.h | 61 uint32_t CompilationCacheShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function
|
| D | compilation-cache-table.h | 40 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
| D | objects.cc | 5752 uint32_t hash = Shape::HashForObject(roots, k); in Rehash() 5768 uint32_t hash = Shape::HashForObject(roots, k); in EntryForProbe()
|