Searched refs:HashSequentialString (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/deps/v8/src/strings/ |
| D | string-hasher-inl.h | 51 uint32_t StringHasher::HashSequentialString(const char_t* chars_raw, int length, in HashSequentialString() function 127 return StringHasher::HashSequentialString( in operator()
|
| D | string-hasher.h | 25 static inline uint32_t HashSequentialString(const char_t* chars, int length,
|
| /third_party/node/deps/v8/src/ast/ |
| D | ast-value-factory.cc | 305 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/ |
| D | heap-snapshot-generator-inl.h | 58 return StringHasher::HashSequentialString(s, len, in StringHash()
|
| D | strings-storage.cc | 137 StringHasher::HashSequentialString(str, len, kZeroHashSeed); in ComputeStringHash()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime.cc | 73 return StringHasher::HashSequentialString<uint8_t>( in Hash()
|
| /third_party/node/deps/v8/src/objects/ |
| D | string-inl.h | 363 : 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()
|
| D | string.cc | 1614 return StringHasher::HashSequentialString<Char>(chars, length, seed); in HashString()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-engine.cc | 287 return StringHasher::HashSequentialString( in WireBytesHash() 796 int hash = StringHasher::HashSequentialString( in CreateWasmScript()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-interface.cc | 764 return i::StringHasher::HashSequentialString(function_bytes.begin(), in GetFunctionHash()
|