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

  /external/chromium_org/v8/src/
profile-generator.cc 153 uint32_t hash = ComputeIntegerHash(tag_, v8::internal::kZeroHashSeed);
155 hash ^= ComputeIntegerHash(static_cast<uint32_t>(shared_id_),
158 hash ^= ComputeIntegerHash(
161 hash ^= ComputeIntegerHash(
164 hash ^= ComputeIntegerHash(
167 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed);
heap-snapshot-generator.h 348 return ComputeIntegerHash(
558 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
641 return ComputeIntegerHash(
utils.h 331 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
357 return ComputeIntegerHash(
    [all...]
debug.h 192 return ComputeIntegerHash(key, v8::internal::kZeroHashSeed);
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
heap-snapshot-generator.cc 569 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 453 milliseconds