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

  /external/v8/src/profiler/
profile-generator.cc 57 uint32_t hash = ComputeIntegerHash(tag(), v8::internal::kZeroHashSeed);
59 hash ^= ComputeIntegerHash(static_cast<uint32_t>(script_id_),
61 hash ^= ComputeIntegerHash(static_cast<uint32_t>(position_),
64 hash ^= ComputeIntegerHash(
67 hash ^= ComputeIntegerHash(
70 hash ^= ComputeIntegerHash(
73 hash ^= ComputeIntegerHash(line_number_, v8::internal::kZeroHashSeed);
heap-snapshot-generator.h 295 return ComputeIntegerHash(
504 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
allocation-tracker.cc 257 return ComputeIntegerHash(static_cast<uint32_t>(id),
heap-snapshot-generator.cc 704 id ^= ComputeIntegerHash(static_cast<uint32_t>(element_count),
    [all...]
  /external/v8/test/cctest/
test-hashing.cc 134 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed());
  /external/v8/src/js/
collection.js 81 function ComputeIntegerHash(key, seed) {
92 %SetForceInlineFlag(ComputeIntegerHash);
96 return ComputeIntegerHash(key, 0);
  /external/v8/src/
utils.h 344 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
370 return ComputeIntegerHash(
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
objects.cc     [all...]

Completed in 132 milliseconds