Home
last modified time | relevance | path

Searched defs:raw_hash_field (Results 1 – 14 of 14) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dstring-table-inl.h16 StringTableKey::StringTableKey(uint32_t raw_hash_field, int length) in StringTableKey()
19 void StringTableKey::set_raw_hash_field(uint32_t raw_hash_field) { in set_raw_hash_field()
H A Dstring-table.h25 uint32_t raw_hash_field() const { in raw_hash_field() function
H A Dname-inl.h87 bool Name::IsHashFieldComputed(uint32_t raw_hash_field) { in IsHashFieldComputed()
146 bool Name::ContainsCachedArrayIndex(uint32_t raw_hash_field) { in ContainsCachedArrayIndex()
H A Dstring-table.cc590 uint32_t raw_hash_field = key.raw_hash_field(); in TryStringToIndexOrLookupExisting() local
H A Dstring.cc522 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash(d, len); in ToNumber() local
1428 uint32_t raw_hash_field = in ComputeAndSetHash() local
H A Dstring-inl.h390 uint32_t raw_hash_field = StringHasher::HashSequentialString( variable
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast-value-factory.cc322 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal() local
328 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint8_t>( in GetOneByteStringInternal() local
335 uint32_t raw_hash_field = StringHasher::HashSequentialString<uint16_t>( in GetTwoByteStringInternal() local
397 uint32_t raw_hash_field, bool is_one_byte, in GetString()
H A Dast-value-factory.h79 uint32_t raw_hash_field() const { return raw_hash_field_; } in raw_hash_field() function
100 uint32_t raw_hash_field) in AstRawString()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory-base.cc523 const base::Vector<const uint8_t>& str, uint32_t raw_hash_field) { in NewOneByteInternalizedString()
534 const base::Vector<const base::uc16>& str, uint32_t raw_hash_field) { in NewTwoByteInternalizedString()
767 int length, uint32_t raw_hash_field) { in AllocateRawOneByteInternalizedString()
790 int length, uint32_t raw_hash_field) { in AllocateRawTwoByteInternalizedString()
H A Dfactory.cc3187 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash( in SmiToString() local
3227 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash( in SizeToString() local
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dstrings-storage.cc136 uint32_t raw_hash_field = in ComputeStringHash() local
/dports/lang/v8/v8-9.6.180.12/test/fuzzer/
H A Dregexp-builtins.cc387 uint32_t raw_hash_field = StringHasher::HashSequentialString( in CompileRunAndVerify() local
/dports/lang/v8/v8-9.6.180.12/src/ic/
H A Daccessor-assembler.cc2749 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(name); in StubCachePrimaryOffset() local
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc2034 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(name); in LoadNameHash() local
7166 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(input); in StringToNumber() local
7972 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(CAST(key)); in TryToName() local