Searched refs:HashSequentialString (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | profile-generator.cc | 114 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()
|
D | objects-inl.h | 4504 uint32_t HashSequentialString(const schar* chars, int length, uint32_t seed) { in HashSequentialString() function
|
D | objects.h | 6709 inline uint32_t HashSequentialString(const schar* chars,
|
D | objects.cc | 7025 field = HashSequentialString(SeqAsciiString::cast(this)->GetChars(), in ComputeAndSetHash() 7029 field = HashSequentialString(SeqTwoByteString::cast(this)->GetChars(), in ComputeAndSetHash()
|