Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dordered-hash-table-inl.h225 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHash()
231 DCHECK(PropertyArray::HashField::is_valid(hash)); in Hash()
236 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHash()
243 DCHECK(PropertyArray::HashField::is_valid(hash)); in Hash()
Dproperty-array-inl.h118 int PropertyArray::Hash() const { return HashField::decode(length_and_hash()); } in Hash()
122 value = HashField::update(value, hash); in SetHash()
Dproperty-array.h69 using HashField = base::BitField<int, kLengthFieldSize, variable
Ddictionary-inl.h97 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHash()
105 DCHECK(PropertyArray::HashField::is_valid(hash)); in Hash()
Djs-objects.h307 static const int kHashMask = PropertyArray::HashField::kMask;
Djs-objects.cc758 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHashAndUpdateProperties()
827 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetIdentityHash()
865 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); in CreateIdentityHash()
/third_party/node/deps/v8/src/builtins/
Dpromise-all-element-closure.tq85 generates 'PropertyArray::HashField::kMax';
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc3339 jsgraph()->Constant(PropertyArray::HashField::kShift)); in BuildExtendPropertiesBackingStore()
3346 jsgraph()->Constant(PropertyArray::HashField::kMask)); in BuildExtendPropertiesBackingStore()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2220 Word32Shl(hash, Int32Constant(PropertyArray::HashField::kShift)); in ExtendPropertiesBackingStore()
2233 length_and_hash_int32, Int32Constant(PropertyArray::HashField::kMask)); in ExtendPropertiesBackingStore()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2031 var_hash = Signed(DecodeWord<PropertyArray::HashField>(length_and_hash)); in LoadJSReceiverIdentityHash()