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

  /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/v8/test/cctest/
test-hashing.cc 207 uint32_t runtime_hash = ComputeIntegerHash(

Completed in 121 milliseconds