HomeSort by relevance Sort by last modified time
    Searched refs:ComputeIntegerHash (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/src/
profile-generator.cc 174 uint32_t hash = ComputeIntegerHash(tag_, v8::internal::kZeroHashSeed);
176 hash ^= ComputeIntegerHash(static_cast<uint32_t>(shared_id_),
179 hash ^= ComputeIntegerHash(
182 hash ^= ComputeIntegerHash(
185 hash ^= ComputeIntegerHash(
188 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed);
allocation-tracker.cc 201 return ComputeIntegerHash(static_cast<uint32_t>(id),
heap-snapshot-generator.h 309 return ComputeIntegerHash(
522 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
utils.h 331 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
357 return ComputeIntegerHash(
    [all...]
debug.h 194 return ComputeIntegerHash(key, v8::internal::kZeroHashSeed);
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
heap-snapshot-generator.cc 710 id ^= ComputeIntegerHash(static_cast<uint32_t>(element_count),
    [all...]
  /external/v8/src/
profile-generator.h 735 return ComputeIntegerHash(
837 return ComputeIntegerHash(
    [all...]
utils.h 259 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
285 return ComputeIntegerHash(
profile-generator.cc 184 uint32_t hash = ComputeIntegerHash(tag_, v8::internal::kZeroHashSeed);
186 hash ^= ComputeIntegerHash(static_cast<uint32_t>(shared_id_),
189 hash ^= ComputeIntegerHash(
192 hash ^= ComputeIntegerHash(
195 hash ^= ComputeIntegerHash(
198 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed);
    [all...]
debug.h 182 return ComputeIntegerHash(key, v8::internal::kZeroHashSeed);
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 216 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed());
  /external/v8/test/cctest/
test-hashing.cc 207 uint32_t runtime_hash = ComputeIntegerHash(

Completed in 770 milliseconds