Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dsend.py38 class HashField(Field): class
77 HashField("key_hash",None),
/external/v8/src/objects/
Ddictionary.h144 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHash()
151 DCHECK(PropertyArray::HashField::is_valid(hash)); in Hash()
Dstring-table.h21 uint32_t HashField() const { in HashField() function
Dstring-inl.h279 HashField()); in AsHandle()
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc228 index, SmiConstant(PropertyArray::HashField::kMax))); in CreatePromiseAllResolveElementFunction()
1883 GotoIf(SmiEqual(index, SmiConstant(PropertyArray::HashField::kMax)), in PerformPromiseAll()
2118 IntPtrConstant(PropertyArray::HashField::kMax + 1)); in TF_BUILTIN()
/external/v8/src/
Dobjects-inl.h2062 return HashField::decode(value); in Hash()
2068 value = HashField::update(value, hash); in SetHash()
Dobjects.h1965 class HashField : public BitField<int, kLengthFieldSize,
2213 static const int kHashMask = PropertyArray::HashField::kMask;
Dobjects.cc6685 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHashAndUpdateProperties()
6740 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetIdentityHash()
6780 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); in CreateIdentityHash()
16659 return isolate->factory()->NewOneByteInternalizedString(string_, HashField()); in AsHandle()
16663 return isolate->factory()->NewTwoByteInternalizedString(string_, HashField()); in AsHandle()
16668 string_, from_, length_, HashField()); in AsHandle()
Dcode-stub-assembler.cc1760 DecodeWord<PropertyArray::HashField>(length_and_hash)); in LoadJSReceiverIdentityHash()
/external/v8/src/compiler/
Djs-native-context-specialization.cc2793 jsgraph()->Constant(PropertyArray::HashField::kShift)); in BuildExtendPropertiesBackingStore()
2800 jsgraph()->Constant(PropertyArray::HashField::kMask)); in BuildExtendPropertiesBackingStore()
/external/v8/src/ic/
Daccessor-assembler.cc1614 Word32Shl(hash, Int32Constant(PropertyArray::HashField::kShift)); in ExtendPropertiesBackingStore()
1626 length_and_hash_int32, Int32Constant(PropertyArray::HashField::kMask))); in ExtendPropertiesBackingStore()