Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dstring-hasher-inl.h51 uint32_t StringHasher::HashSequentialString(const char_t* chars_raw, int length, in HashSequentialString() function
127 return StringHasher::HashSequentialString( in operator()
Dstring-hasher.h25 static inline uint32_t HashSequentialString(const char_t* chars, int length,
/third_party/node/deps/v8/src/ast/
Dast-value-factory.cc305 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint8_t>( \ in AstStringConstants()
322 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal()
328 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal()
335 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint16_t>( in GetTwoByteStringInternal()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator-inl.h58 return StringHasher::HashSequentialString(s, len, in StringHash()
Dstrings-storage.cc137 StringHasher::HashSequentialString(str, len, kZeroHashSeed); in ComputeStringHash()
/third_party/node/deps/v8/src/runtime/
Druntime.cc73 return StringHasher::HashSequentialString<uint8_t>( in Hash()
/third_party/node/deps/v8/src/objects/
Dstring-inl.h363 : SequentialStringKey(StringHasher::HashSequentialString<Char>(
423 uint32_t raw_hash_field = StringHasher::HashSequentialString(
766 hash = StringHasher::HashSequentialString(onebyte_start, length_, hashseed); in ComputeChecksum()
769 hash = StringHasher::HashSequentialString(twobyte_start, length_, hashseed); in ComputeChecksum()
Dstring.cc1614 return StringHasher::HashSequentialString<Char>(chars, length, seed); in HashString()
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc287 return StringHasher::HashSequentialString( in WireBytesHash()
796 int hash = StringHasher::HashSequentialString( in CreateWasmScript()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc764 return i::StringHasher::HashSequentialString(function_bytes.begin(), in GetFunctionHash()