Searched refs:GetHash (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | hash-table-inl.h | 269 Object hash = key->GetHash(); in Has() 307 return Smi::ToInt(key->GetHash()); in Hash() 312 return Smi::ToInt(other.GetHash()); in HashForObject()
|
H A D | ordered-hash-table.cc | 151 Object hash = key.GetHash(); in FindEntry() 276 Object hash = key.GetHash(); in Rehash() 357 Address OrderedHashMap::GetHash(Isolate* isolate, Address raw_key) { in GetHash() function in v8::internal::OrderedHashMap 360 Object hash = key.GetHash(); in GetHash() 936 int hash = Smi::ToInt(key.GetHash()); in Rehash() 1018 Object hash = key.GetHash(); in FindEntry()
|
H A D | js-weak-refs-inl.h | 83 Object hash = unregister_token.GetHash(); in RemoveUnregisterToken()
|
H A D | objects.h | 588 inline Object GetHash();
|
H A D | ordered-hash-table.h | 28 // equality operator and Object::GetHash() for the hash function. 341 static Address GetHash(Isolate* isolate, Address raw_key);
|
H A D | objects-inl.h | 1154 Object Object::GetHash() { in GetHash() function in v8::internal::Object
|
H A D | objects.cc | 6319 Object hash = key->GetHash(); in Lookup() 6419 Object hash = key->GetHash(); in Remove() 6964 uint32_t key = Smi::ToInt(unregister_token.GetHash());
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.h | 147 uint32_t GetHash() const; 158 std::size_t operator()(CodeEntry* e) const { return e->GetHash(); } in operator ()() 336 return pair.code_entry->GetHash() ^ ComputeUnseededHash(pair.line_number); in operator ()()
|
H A D | profile-generator.cc | 141 uint32_t CodeEntry::GetHash() const { in GetHash() function in v8::internal::CodeEntry
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.h | 160 TNode<IntPtrT> GetHash(const TNode<HeapObject> key, Label* if_no_hash);
|
H A D | builtins-collections-gen.cc | 506 TNode<IntPtrT> GetHash(const TNode<HeapObject> key); 800 TNode<IntPtrT> CollectionsBuiltinsAssembler::GetHash( 1232 const TNode<IntPtrT> hash = GetHash(key_heap_object); 2332 TNode<IntPtrT> WeakCollectionsBuiltinsAssembler::GetHash( 2580 TNode<IntPtrT> hash = GetHash(CAST(key), &if_cannot_be_held_weakly); 2645 TNode<IntPtrT> hash = GetHash(CAST(key), &if_cannot_be_held_weakly); 2680 TVARIABLE(IntPtrT, var_hash, GetHash(key, &if_no_hash));
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 537 isolate, name.object(), Smi::ToInt(name.object()->GetHash())))); in AccessorAccessInfoHelper()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference.cc | 964 FUNCTION_REFERENCE(orderedhashmap_gethash_raw, OrderedHashMap::GetHash)
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 582 Object hash = obj.GetHash(); in JSObjectPrintHeader()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 1009 Smi::ToInt(lookup->name()->GetHash())); in ComputeHandler()
|
Completed in 40 milliseconds