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

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h589 return StringHasher::HashSequentialString(
H A Dprofile-generator.cc135 uint32_t hash = StringHasher::HashSequentialString(str, len, hash_seed_);
H A Dheap-snapshot-generator.cc692 id ^= StringHasher::HashSequentialString(label,
2487 uint32_t hash = StringHasher::HashSequentialString(
H A Dobjects-inl.h480 hash_field_ = StringHasher::HashSequentialString<Char>(string_.start(),
528 hash_field_ = StringHasher::HashSequentialString(
6385 uint32_t StringHasher::HashSequentialString(const schar* chars, function in class:v8::Code::FindAndReplacePattern::StringHasher
H A Dobjects.h8809 static inline uint32_t HashSequentialString(const schar* chars,
H A Dobjects.cc9487 return HashSequentialString(chars.start(), vector_length, seed);
15215 uint32_t check_hash = StringHasher::HashSequentialString(chars, 2, seed);

Completed in 185 milliseconds