Searched refs:HashSequentialString (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dast-value-factory.cc235 uint32_t hash = StringHasher::HashSequentialString<uint8_t>(
243 uint32_t hash = StringHasher::HashSequentialString<uint16_t>(
H A Dheap-snapshot-generator.h578 return StringHasher::HashSequentialString(
H A Dprofile-generator.cc130 uint32_t hash = StringHasher::HashSequentialString(str, len, hash_seed_);
H A Dheap-snapshot-generator.cc699 id ^= StringHasher::HashSequentialString(label,
2462 uint32_t hash = StringHasher::HashSequentialString(
H A Dobjects-inl.h505 hash_field_ = StringHasher::HashSequentialString<Char>(string_.start(),
549 hash_field_ = StringHasher::HashSequentialString(
6563 uint32_t StringHasher::HashSequentialString(const schar* chars, function in class:v8::internal::Code::FindAndReplacePattern::StringHasher
H A Dobjects.h8344 static inline uint32_t HashSequentialString(const schar* chars,
H A Dobjects.cc8955 return HashSequentialString(chars.start(), vector_length, seed);
14603 uint32_t check_hash = StringHasher::HashSequentialString(chars, 2, seed);

Completed in 210 milliseconds