Home
last modified time | relevance | path

Searched refs:HashForObject (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring-set-inl.h32 uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject() function
Ddictionary.h122 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);
Dhash-table-inl.h289 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
Dstring-set.h20 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
Ddictionary-inl.h270 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
Dhash-table.h318 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);
Dcompilation-cache-table-inl.h61 uint32_t CompilationCacheShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function
Dcompilation-cache-table.h40 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
Dobjects.cc5752 uint32_t hash = Shape::HashForObject(roots, k); in Rehash()
5768 uint32_t hash = Shape::HashForObject(roots, k); in EntryForProbe()