Home
last modified time | relevance | path

Searched refs:ComputeUnseededHash (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc144 hash ^= ComputeUnseededHash(static_cast<uint32_t>(script_id_)); in GetHash()
145 hash ^= ComputeUnseededHash(static_cast<uint32_t>(position_)); in GetHash()
147 hash ^= ComputeUnseededHash( in GetHash()
149 hash ^= ComputeUnseededHash( in GetHash()
151 hash ^= ComputeUnseededHash(line_number_); in GetHash()
H A Dallocation-tracker.cc235 return ComputeUnseededHash(static_cast<uint32_t>(id)); in SnapshotObjectIdHash()
H A Dprofile-generator.h336 return pair.code_entry->GetHash() ^ ComputeUnseededHash(pair.line_number); in operator ()()
/third_party/node/deps/v8/src/utils/
H A Dutils.h242 inline uint32_t ComputeUnseededHash(uint32_t key) { in ComputeUnseededHash() function
273 return ComputeUnseededHash( in ComputePointerHash()
278 return ComputeUnseededHash(static_cast<uint32_t>(address & 0xFFFFFFFFul)); in ComputeAddressHash()
/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h1120 uint32_t hash = ComputeUnseededHash(Smi::ToInt(object)); in GetSimpleHash()
1127 // Use ComputeUnseededHash for all values in Signed32 range, including -0, in GetSimpleHash()
1132 hash = ComputeUnseededHash(FastD2I(num)); in GetSimpleHash()
H A Dordered-hash-table.cc147 uint32_t hash = ComputeUnseededHash(Smi::ToInt(key)); in FindEntry()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc643 TNode<Word32T> ComputeUnseededHash(TNode<IntPtrT> key);
1151 TNode<Word32T> CollectionsBuiltinsAssembler::ComputeUnseededHash(
1153 // See v8::internal::ComputeUnseededHash()
1171 ChangeInt32ToIntPtr(ComputeUnseededHash(key_untagged));
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2455 ComputeUnseededHash(PcAddressForHashing(isolate_, inner_pointer)); in GetCacheEntry()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc264 Node* ComputeUnseededHash(Node* value);
6532 Node* EffectControlLinearizer::ComputeUnseededHash(Node* value) { in ComputeUnseededHash() function in v8::internal::compiler::EffectControlLinearizer
6533 // See v8::internal::ComputeUnseededHash() in ComputeUnseededHash()
6551 Node* hash = ChangeUint32ToUintPtr(ComputeUnseededHash(key)); in LowerFindOrderedHashMapEntryForInt32Key()

Completed in 29 milliseconds