Searched refs:ComputeUnseededHash (Results 1 – 9 of 9) sorted by relevance
127 uint32_t hash = ComputeUnseededHash(tag()); in GetHash()129 hash ^= ComputeUnseededHash(static_cast<uint32_t>(script_id_)); in GetHash()130 hash ^= ComputeUnseededHash(static_cast<uint32_t>(position_)); in GetHash()132 hash ^= ComputeUnseededHash( in GetHash()134 hash ^= ComputeUnseededHash( in GetHash()136 hash ^= ComputeUnseededHash(line_number_); in GetHash()
236 return ComputeUnseededHash(static_cast<uint32_t>(id)); in SnapshotObjectIdHash()
281 return pair.code_entry->GetHash() ^ ComputeUnseededHash(pair.line_number); in operator()
269 inline uint32_t ComputeUnseededHash(uint32_t key) { in ComputeUnseededHash() function300 return ComputeUnseededHash( in ComputePointerHash()305 return ComputeUnseededHash(static_cast<uint32_t>(address & 0xFFFFFFFFul)); in ComputeAddressHash()
1029 uint32_t hash = ComputeUnseededHash(Smi::ToInt(object)); in GetSimpleHash()1040 hash = ComputeUnseededHash(FastD2I(num)); in GetSimpleHash()
145 uint32_t hash = ComputeUnseededHash(Smi::ToInt(key)); in FindEntry()
749 TNode<Word32T> ComputeUnseededHash(TNode<IntPtrT> key);1255 TNode<Word32T> CollectionsBuiltinsAssembler::ComputeUnseededHash( in ComputeUnseededHash() function in v8::internal::CollectionsBuiltinsAssembler1275 ChangeInt32ToIntPtr(ComputeUnseededHash(key_untagged)); in FindOrderedHashTableEntryForSmiKey()
2200 ComputeUnseededHash(PcAddressForHashing(isolate_, inner_pointer)); in GetCacheEntry()
244 Node* ComputeUnseededHash(Node* value);6311 Node* EffectControlLinearizer::ComputeUnseededHash(Node* value) { in ComputeUnseededHash() function in v8::internal::compiler::EffectControlLinearizer6330 Node* hash = ChangeUint32ToUintPtr(ComputeUnseededHash(key)); in LowerFindOrderedHashMapEntryForInt32Key()