Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc127 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()
Dallocation-tracker.cc236 return ComputeUnseededHash(static_cast<uint32_t>(id)); in SnapshotObjectIdHash()
Dprofile-generator.h281 return pair.code_entry->GetHash() ^ ComputeUnseededHash(pair.line_number); in operator()
/external/v8/src/utils/
Dutils.h269 inline uint32_t ComputeUnseededHash(uint32_t key) { in ComputeUnseededHash() function
300 return ComputeUnseededHash( in ComputePointerHash()
305 return ComputeUnseededHash(static_cast<uint32_t>(address & 0xFFFFFFFFul)); in ComputeAddressHash()
/external/v8/src/objects/
Dobjects-inl.h1029 uint32_t hash = ComputeUnseededHash(Smi::ToInt(object)); in GetSimpleHash()
1040 hash = ComputeUnseededHash(FastD2I(num)); in GetSimpleHash()
Dordered-hash-table.cc145 uint32_t hash = ComputeUnseededHash(Smi::ToInt(key)); in FindEntry()
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc749 TNode<Word32T> ComputeUnseededHash(TNode<IntPtrT> key);
1255 TNode<Word32T> CollectionsBuiltinsAssembler::ComputeUnseededHash( in ComputeUnseededHash() function in v8::internal::CollectionsBuiltinsAssembler
1275 ChangeInt32ToIntPtr(ComputeUnseededHash(key_untagged)); in FindOrderedHashTableEntryForSmiKey()
/external/v8/src/execution/
Dframes.cc2200 ComputeUnseededHash(PcAddressForHashing(isolate_, inner_pointer)); in GetCacheEntry()
/external/v8/src/compiler/
Deffect-control-linearizer.cc244 Node* ComputeUnseededHash(Node* value);
6311 Node* EffectControlLinearizer::ComputeUnseededHash(Node* value) { in ComputeUnseededHash() function in v8::internal::compiler::EffectControlLinearizer
6330 Node* hash = ChangeUint32ToUintPtr(ComputeUnseededHash(key)); in LowerFindOrderedHashMapEntryForInt32Key()