Home
last modified time | relevance | path

Searched refs:ComputeSeededHash (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Ddictionary-inl.h267 return ComputeSeededHash(key, HashSeed(roots)); in Hash()
273 return ComputeSeededHash(static_cast<uint32_t>(other.Number()), in HashForObject()
/third_party/node/deps/v8/src/utils/
H A Dutils.h264 inline uint32_t ComputeSeededHash(uint32_t key, uint64_t seed) { in ComputeSeededHash() function
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc983 return ComputeSeededHash(static_cast<uint32_t>(key), HashSeed(isolate));
H A Dcode-stub-assembler.h3153 TNode<Word32T> ComputeSeededHash(TNode<IntPtrT> key);
H A Dcode-stub-assembler.cc8593 TNode<Word32T> CodeStubAssembler::ComputeSeededHash(TNode<IntPtrT> key) {
8627 TNode<UintPtrT> hash = ChangeUint32ToWord(ComputeSeededHash(intptr_index));

Completed in 25 milliseconds