Searched refs:HashForObject (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | string-set-inl.h | 32 uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject() function in v8::internal::StringSetShape
|
H A D | string-set.h | 20 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
H A 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);
|
H A D | hash-table.h | 47 // static uint32_t HashForObject(ReadOnlyRoots roots, Object object); 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);
|
H A D | hash-table-inl.h | 289 uint32_t RegisteredSymbolTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function in v8::internal::RegisteredSymbolTableShape 298 uint32_t NameToIndexShape::HashForObject(ReadOnlyRoots roots, Object other) { in HashForObject() function in v8::internal::NameToIndexShape 310 uint32_t ObjectHashTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function in v8::internal::ObjectHashTableShape
|
H A D | dictionary-inl.h | 270 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function in v8::internal::NumberDictionaryBaseShape 306 uint32_t NameDictionaryShape::HashForObject(ReadOnlyRoots roots, Object other) { in HashForObject() function in v8::internal::NameDictionaryShape 317 uint32_t GlobalDictionaryShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function in v8::internal::GlobalDictionaryShape
|
H A D | compilation-cache-table.h | 40 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
|
H A D | compilation-cache-table-inl.h | 61 uint32_t CompilationCacheShape::HashForObject(ReadOnlyRoots roots, in HashForObject() function in v8::internal::CompilationCacheShape
|
H A D | objects.cc | 5752 uint32_t hash = Shape::HashForObject(roots, k); in Rehash() 5768 uint32_t hash = Shape::HashForObject(roots, k); in EntryForProbe()
|
Completed in 16 milliseconds