Searched refs:HashSequentialString (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ast/ |
D | ast-value-factory.cc | 194 uint32_t hash_field = StringHasher::HashSequentialString<uint8_t>( \ in AstStringConstants() 214 uint32_t hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal() 220 uint32_t hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal() 227 uint32_t hash_field = StringHasher::HashSequentialString<uint16_t>( in GetTwoByteStringInternal()
|
/external/v8/src/ |
D | string-hasher-inl.h | 117 uint32_t StringHasher::HashSequentialString(const schar* chars, int length, in HashSequentialString() function 148 return StringHasher::HashSequentialString( in operator()
|
D | string-hasher.h | 24 static inline uint32_t HashSequentialString(const schar* chars, int length,
|
D | objects.cc | 12396 return HashSequentialString(chars.start(), vector_length, seed); in ComputeUtf8Hash() 17044 uint32_t check_hash = StringHasher::HashSequentialString(chars, 2, seed); in ComputeHashField() 17244 StringHasher::HashSequentialString(one_byte_content_, length, seed); in StringTableNoAllocateKey() 17254 StringHasher::HashSequentialString(two_byte_content_, length, seed); in StringTableNoAllocateKey()
|
D | api.cc | 9478 return i::StringHasher::HashSequentialString(function_bytes.start(), in GetFunctionHash()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator-inl.h | 68 return StringHasher::HashSequentialString(s, len, in StringHash()
|
D | strings-storage.cc | 110 uint32_t hash = StringHasher::HashSequentialString(str, len, kZeroHashSeed); in GetEntry()
|
D | heap-snapshot-generator.cc | 533 id ^= StringHasher::HashSequentialString(label, in GenerateId()
|
/external/v8/src/runtime/ |
D | runtime.cc | 76 return StringHasher::HashSequentialString<uint8_t>( in Hash()
|
/external/v8/src/objects/ |
D | string-inl.h | 201 : StringTableKey(StringHasher::HashSequentialString<Char>( in SequentialStringKey() 232 : StringTableKey(StringHasher::HashSequentialString( in SeqOneByteSubStringKey()
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 3037 int hash = StringHasher::HashSequentialString( in CreateWasmScript()
|