Home
last modified time | relevance | path

Searched refs:GetHash (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h269 Object hash = key->GetHash(); in Has()
307 return Smi::ToInt(key->GetHash()); in Hash()
312 return Smi::ToInt(other.GetHash()); in HashForObject()
H A Dordered-hash-table.cc151 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 Djs-weak-refs-inl.h83 Object hash = unregister_token.GetHash(); in RemoveUnregisterToken()
H A Dobjects.h588 inline Object GetHash();
H A Dordered-hash-table.h28 // equality operator and Object::GetHash() for the hash function.
341 static Address GetHash(Isolate* isolate, Address raw_key);
H A Dobjects-inl.h1154 Object Object::GetHash() { in GetHash() function in v8::internal::Object
H A Dobjects.cc6319 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 Dprofile-generator.h147 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 Dprofile-generator.cc141 uint32_t CodeEntry::GetHash() const { in GetHash() function in v8::internal::CodeEntry
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.h160 TNode<IntPtrT> GetHash(const TNode<HeapObject> key, Label* if_no_hash);
H A Dbuiltins-collections-gen.cc506 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 Daccess-info.cc537 isolate, name.object(), Smi::ToInt(name.object()->GetHash())))); in AccessorAccessInfoHelper()
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc964 FUNCTION_REFERENCE(orderedhashmap_gethash_raw, OrderedHashMap::GetHash)
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc582 Object hash = obj.GetHash(); in JSObjectPrintHeader()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1009 Smi::ToInt(lookup->name()->GetHash())); in ComputeHandler()

Completed in 40 milliseconds