Home
last modified time | relevance | path

Searched refs:ComputeIntegerHash (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.cc98 uint32_t hash = ComputeIntegerHash(tag(), v8::internal::kZeroHashSeed); in GetHash()
100 hash ^= ComputeIntegerHash(static_cast<uint32_t>(script_id_), in GetHash()
102 hash ^= ComputeIntegerHash(static_cast<uint32_t>(position_), in GetHash()
105 hash ^= ComputeIntegerHash( in GetHash()
108 hash ^= ComputeIntegerHash( in GetHash()
111 hash ^= ComputeIntegerHash( in GetHash()
114 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed); in GetHash()
Dheap-snapshot-generator.h295 return ComputeIntegerHash( in Hash()
503 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()), in InfoHash()
Dallocation-tracker.cc255 return ComputeIntegerHash(static_cast<uint32_t>(id), in SnapshotObjectIdHash()
Dheap-snapshot-generator.cc695 id ^= ComputeIntegerHash(static_cast<uint32_t>(element_count), in GenerateId()
/external/v8/src/js/
Dcollection.js82 function ComputeIntegerHash(key, seed) { class
93 %SetForceInlineFlag(ComputeIntegerHash);
97 return ComputeIntegerHash(key, 0);
/external/v8/test/cctest/
Dtest-hashing.cc143 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed()); in check()
Dtest-code-stub-assembler.cc93 TEST(ComputeIntegerHash) { in TEST() argument
97 m.Return(m.SmiFromWord32(m.ComputeIntegerHash( in TEST()
113 uint32_t hash = ComputeIntegerHash(k, hash_seed->value()); in TEST()
/external/v8/src/
Dutils.h374 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
400 return ComputeIntegerHash(
Dcode-stub-assembler.h297 compiler::Node* ComputeIntegerHash(compiler::Node* key, compiler::Node* seed);
Dcode-stub-assembler.cc1625 Node* CodeStubAssembler::ComputeIntegerHash(Node* key, Node* seed) { in ComputeIntegerHash() function in v8::internal::CodeStubAssembler
1657 Node* hash = ComputeIntegerHash(key, seed); in NumberDictionaryLookup()
Dframes.cc1719 uint32_t hash = ComputeIntegerHash(ObjectAddressForHashing(inner_pointer), in GetCacheEntry()
Dobjects-inl.h7494 return ComputeIntegerHash(key, 0); in Hash()
7501 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), 0); in HashForObject()
7506 return ComputeIntegerHash(key, seed); in SeededHash()
7514 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), seed); in SeededHashForObject()
Dobjects.cc1693 ComputeIntegerHash(Smi::cast(object)->value(), kZeroHashSeed); in GetSimpleHash()
2698 hash = ComputeIntegerHash(READ_INT32_FIELD(this, kValueOffset), seed); in Hash()
2699 hash = ComputeIntegerHash( in Hash()
2701 hash = ComputeIntegerHash( in Hash()
2703 hash = ComputeIntegerHash( in Hash()