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

  /external/chromium_org/v8/src/
profile-generator.cc 151 uint32_t hash = ComputeIntegerHash(tag_, v8::internal::kZeroHashSeed);
153 hash ^= ComputeIntegerHash(static_cast<uint32_t>(shared_id_),
156 hash ^= ComputeIntegerHash(
159 hash ^= ComputeIntegerHash(
162 hash ^= ComputeIntegerHash(
165 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed);
heap-snapshot-generator.h 292 return ComputeIntegerHash(
502 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
allocation-tracker.cc 261 return ComputeIntegerHash(static_cast<uint32_t>(id),
debug.h 168 return ComputeIntegerHash(key, v8::internal::kZeroHashSeed);
utils.h 312 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
338 return ComputeIntegerHash(
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
heap-snapshot-generator.cc 697 id ^= ComputeIntegerHash(static_cast<uint32_t>(element_count),
    [all...]
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 251 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed());

Completed in 283 milliseconds