Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dname-inl.h87 bool Name::IsHashFieldComputed(uint32_t raw_hash_field) { in IsHashFieldComputed()
91 bool Name::IsHash(uint32_t raw_hash_field) { in IsHash()
95 bool Name::IsIntegerIndex(uint32_t raw_hash_field) { in IsIntegerIndex()
100 bool Name::IsForwardingIndex(uint32_t raw_hash_field) { in IsForwardingIndex()
165 bool Name::ContainsCachedArrayIndex(uint32_t raw_hash_field) { in ContainsCachedArrayIndex()
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()
Dstring-table.h25 uint32_t raw_hash_field() const { in raw_hash_field() function
Dname.h38 inline uint32_t raw_hash_field() const { in raw_hash_field() function
Dstring-table.cc658 uint32_t raw_hash_field = key.raw_hash_field(); in TryStringToIndexOrLookupExisting() local
Dstring.cc732 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash(d, len); in ToNumber() local
1658 uint32_t raw_hash_field = in ComputeAndSetHash() local
Dstring-inl.h423 uint32_t raw_hash_field = StringHasher::HashSequentialString( variable
/third_party/node/deps/v8/src/ast/
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
388 uint32_t raw_hash_field, bool is_one_byte, in GetString()
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()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc623 const base::Vector<const uint8_t>& str, uint32_t raw_hash_field) { in NewOneByteInternalizedString()
636 const base::Vector<const base::uc16>& str, uint32_t raw_hash_field) { in NewTwoByteInternalizedString()
891 int length, uint32_t raw_hash_field) { in AllocateRawOneByteInternalizedString()
916 int length, uint32_t raw_hash_field) { in AllocateRawTwoByteInternalizedString()
Dfactory.cc3340 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash( in SmiToString() local
3380 uint32_t raw_hash_field = StringHasher::MakeArrayIndexHash( in SizeToString() local
/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc136 uint32_t raw_hash_field = in ComputeStringHash() local
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2878 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(name); in StubCachePrimaryOffset() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2067 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(name); in LoadNameHash() local
7270 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(input); in StringToNumber() local
8076 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(CAST(key)); in TryToName() local