Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.cc194 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/
Dstring-hasher-inl.h117 uint32_t StringHasher::HashSequentialString(const schar* chars, int length, in HashSequentialString() function
148 return StringHasher::HashSequentialString( in operator()
Dstring-hasher.h24 static inline uint32_t HashSequentialString(const schar* chars, int length,
Dobjects.cc12396 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()
Dapi.cc9478 return i::StringHasher::HashSequentialString(function_bytes.start(), in GetFunctionHash()
/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h68 return StringHasher::HashSequentialString(s, len, in StringHash()
Dstrings-storage.cc110 uint32_t hash = StringHasher::HashSequentialString(str, len, kZeroHashSeed); in GetEntry()
Dheap-snapshot-generator.cc533 id ^= StringHasher::HashSequentialString(label, in GenerateId()
/external/v8/src/runtime/
Druntime.cc76 return StringHasher::HashSequentialString<uint8_t>( in Hash()
/external/v8/src/objects/
Dstring-inl.h201 : StringTableKey(StringHasher::HashSequentialString<Char>( in SequentialStringKey()
232 : StringTableKey(StringHasher::HashSequentialString( in SeqOneByteSubStringKey()
/external/v8/src/wasm/
Dmodule-compiler.cc3037 int hash = StringHasher::HashSequentialString( in CreateWasmScript()