Searched refs:HashForObject (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | objects.h | 2694 static uint32_t HashForObject(Key key, Object* object) { return 0; } in HashForObject() function 2697 return HashForObject(key, object); in SeededHashForObject() 2714 inline uint32_t HashForObject(Key key, Object* object) { in HashForObject() function 2719 return Shape::HashForObject(key, object); in HashForObject() 2872 virtual uint32_t HashForObject(Object* key) = 0; 2889 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 2890 return key->HashForObject(object); in HashForObject() 2949 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 2950 return key->HashForObject(object); in HashForObject() 3090 static inline uint32_t HashForObject(String* key, Object* object); [all …]
|
D | objects.cc | 5306 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::CodeCacheHashTableKey 5478 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::PolymorphicCodeCacheHashTableKey 10474 hash_(HashForObject(string)) { } in StringKey() 10479 if (hash_ != HashForObject(string)) { in IsMatch() 10487 uint32_t HashForObject(Object* other) { return String::cast(other)->Hash(); } in HashForObject() function in v8::internal::StringKey 10550 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::StringSharedKey 10611 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::RegExpKey 10646 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::Utf8SymbolKey 10700 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SequentialSymbolKey 10770 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SubStringAsciiSymbolKey [all …]
|
D | objects-inl.h | 4655 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject() function 4690 uint32_t StringDictionaryShape::HashForObject(String* key, Object* other) { in HashForObject() function 4714 uint32_t ObjectHashTableShape<entrysize>::HashForObject(Object* key, in HashForObject() function
|