Home
last modified time | relevance | path

Searched defs:ComputeIntegerHash (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dutils.h480 inline uint32_t ComputeIntegerHash(uint32_t key, uint64_t seed) { in ComputeIntegerHash() function
492 inline uint32_t ComputeIntegerHash(uint32_t key) { in ComputeIntegerHash() function
Dcode-stub-assembler.cc7712 Node* CodeStubAssembler::ComputeIntegerHash(Node* key) { in ComputeIntegerHash() function in v8::internal::CodeStubAssembler
7716 Node* CodeStubAssembler::ComputeIntegerHash(Node* key, Node* seed) { in ComputeIntegerHash() function in v8::internal::CodeStubAssembler
/external/v8/src/compiler/
Deffect-control-linearizer.cc4771 Node* EffectControlLinearizer::ComputeIntegerHash(Node* value) { in ComputeIntegerHash() function in v8::internal::compiler::EffectControlLinearizer