Home
last modified time | relevance | path

Searched refs:HashSequentialString (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dprofile-generator.cc114 HashSequentialString(dst.start(), len, HEAP->HashSeed()); in GetCopy()
147 uint32_t hash = HashSequentialString( in GetVFormatted()
159 HashSequentialString(*data, length, name->GetHeap()->HashSeed()); in GetName()
1403 id ^= HashSequentialString(label, in GenerateId()
2849 uint32_t hash = HashSequentialString(label_copy, in FindOrAddGroupInfo()
Dobjects-inl.h4504 uint32_t HashSequentialString(const schar* chars, int length, uint32_t seed) { in HashSequentialString() function
Dobjects.h6709 inline uint32_t HashSequentialString(const schar* chars,
Dobjects.cc7025 field = HashSequentialString(SeqAsciiString::cast(this)->GetChars(), in ComputeAndSetHash()
7029 field = HashSequentialString(SeqTwoByteString::cast(this)->GetChars(), in ComputeAndSetHash()