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 737 return ComputeIntegerHash(
837 return ComputeIntegerHash(
1012 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()));
    [all...]
profile-generator.cc 180 uint32_t hash = ComputeIntegerHash(tag_);
182 hash ^= ComputeIntegerHash(
185 hash ^= ComputeIntegerHash(
187 hash ^= ComputeIntegerHash(
189 hash ^= ComputeIntegerHash(
191 hash ^= ComputeIntegerHash(line_number_);
    [all...]
utils.h 242 static inline uint32_t ComputeIntegerHash(uint32_t key) {
debug.h 179 static uint32_t Hash(int key) { return ComputeIntegerHash(key); }
    [all...]
frames.cc     [all...]
objects-inl.h     [all...]
objects.cc     [all...]

Completed in 106 milliseconds