Home
last modified time | relevance | path

Searched refs:IsPropertyArray (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-array-inl.h55 DCHECK(IsPropertyArray()); in set()
72 DCHECK(IsPropertyArray()); in set()
91 DCHECK(IsPropertyArray()); in Swap()
Djs-objects.cc768 if (properties.IsPropertyArray()) { in SetHashAndUpdateProperties()
796 if (properties.IsPropertyArray()) { in GetIdentityHashHelper()
835 DCHECK_IMPLIES(properties.IsPropertyArray() && in SetProperties()
/third_party/node/deps/v8/src/heap/
Dlarge-spaces.cc412 object.IsPropertyArray(cage_base) || // in Verify()
451 } else if (object.IsPropertyArray(cage_base)) { in Verify()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2335 DCHECK(container->IsPropertyArray() || container->IsContext() || in AddDeferredReference()
2401 if (InstanceTypeChecker::IsPropertyArray(instance_type)) { in ProcessDeferredReferences()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc325 if (!raw_properties_or_hash.IsPropertyArray(cage_base)) { in GetOwnFastDataPropertyFromHeap()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc3123 IsPropertyArray(object), in StoreFixedArrayOrPropertyArrayElement()
3869 CSA_DCHECK(this, Word32Or(Word32Or(Word32Or(IsPropertyArray(*properties), in InitializeJSObjectFromMap()
5192 CSA_SLOW_DCHECK(this, Word32Or(IsPropertyArray(from_array), in CopyPropertyArrayValues()
6615 TNode<BoolT> CodeStubAssembler::IsPropertyArray(TNode<HeapObject> object) { in IsPropertyArray() function in v8::internal::CodeStubAssembler
11737 IsPropertyArray(array))); in BuildFastArrayForEach()
Dcode-stub-assembler.h2612 TNode<BoolT> IsPropertyArray(TNode<HeapObject> object);