Home
last modified time | relevance | path

Searched refs:kNoHashSentinel (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc238 STATIC_ASSERT(PropertyArray::kNoHashSentinel == 0); in CreatePromiseAllResolveElementFunction()
2089 STATIC_ASSERT(PropertyArray::kNoHashSentinel == 0); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-create-lowering.cc1388 jsgraph()->SmiConstant(PropertyArray::kNoHashSentinel)); in ReduceJSCreateObject()
Djs-native-context-specialization.cc2788 jsgraph()->SmiConstant(PropertyArray::kNoHashSentinel)); in BuildExtendPropertiesBackingStore()
/external/v8/src/
Dobjects.cc6684 DCHECK_NE(PropertyArray::kNoHashSentinel, hash); in SetHashAndUpdateProperties()
6733 return PropertyArray::kNoHashSentinel; in GetIdentityHashHelper()
6739 DCHECK_NE(PropertyArray::kNoHashSentinel, hash); in SetIdentityHash()
6759 if (hash != PropertyArray::kNoHashSentinel) { in SetProperties()
6770 if (hash == PropertyArray::kNoHashSentinel) { in GetIdentityHash()
6781 DCHECK_NE(PropertyArray::kNoHashSentinel, hash); in CreateIdentityHash()
17757 dict->SetHash(PropertyArray::kNoHashSentinel); in New()
Dobjects.h1968 static const int kNoHashSentinel = 0; variable
Dcode-stub-assembler.cc1745 var_hash = IntPtrConstant(PropertyArray::kNoHashSentinel); in LoadJSReceiverIdentityHash()
1774 IntPtrConstant(PropertyArray::kNoHashSentinel)), in LoadJSReceiverIdentityHash()
3388 SmiConstant(PropertyArray::kNoHashSentinel), in AllocateNameDictionaryWithCapacity()