Lines Matching refs:HashForObject
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
10822 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SymbolKey
10972 uint32_t hash = HashTable<Shape, Key>::HashForObject(key, k); in Rehash()
11666 uint32_t HashForObject(Object* key) { in HashForObject() function in v8::internal::TwoCharHashTableKey
11907 uint32_t Hash() { return HashForObject(symbols_); } in Hash()
11909 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::SymbolsKey