Searched refs:HashField (Results 1 – 11 of 11) sorted by relevance
/external/scapy/scapy/contrib/ |
D | send.py | 38 class HashField(Field): class 77 HashField("key_hash",None),
|
/external/v8/src/objects/ |
D | dictionary.h | 144 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHash() 151 DCHECK(PropertyArray::HashField::is_valid(hash)); in Hash()
|
D | string-table.h | 21 uint32_t HashField() const { in HashField() function
|
D | string-inl.h | 279 HashField()); in AsHandle()
|
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 228 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/ |
D | objects-inl.h | 2062 return HashField::decode(value); in Hash() 2068 value = HashField::update(value, hash); in SetHash()
|
D | objects.h | 1965 class HashField : public BitField<int, kLengthFieldSize, 2213 static const int kHashMask = PropertyArray::HashField::kMask;
|
D | objects.cc | 6685 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()
|
D | code-stub-assembler.cc | 1760 DecodeWord<PropertyArray::HashField>(length_and_hash)); in LoadJSReceiverIdentityHash()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 2793 jsgraph()->Constant(PropertyArray::HashField::kShift)); in BuildExtendPropertiesBackingStore() 2800 jsgraph()->Constant(PropertyArray::HashField::kMask)); in BuildExtendPropertiesBackingStore()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1614 Word32Shl(hash, Int32Constant(PropertyArray::HashField::kShift)); in ExtendPropertiesBackingStore() 1626 length_and_hash_int32, Int32Constant(PropertyArray::HashField::kMask))); in ExtendPropertiesBackingStore()
|