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

  /external/chromium_org/v8/src/
ast-value-factory.cc 235 uint32_t hash = StringHasher::HashSequentialString<uint8_t>(
243 uint32_t hash = StringHasher::HashSequentialString<uint16_t>(
heap-snapshot-generator.h 578 return StringHasher::HashSequentialString(
profile-generator.cc 130 uint32_t hash = StringHasher::HashSequentialString(str, len, hash_seed_);
heap-snapshot-generator.cc 699 id ^= StringHasher::HashSequentialString(label,
    [all...]
objects-inl.h 505 hash_field_ = StringHasher::HashSequentialString<Char>(string_.start(),
549 hash_field_ = StringHasher::HashSequentialString(
    [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 168 milliseconds