Lines Matching refs:PropertyArray
1434 void InitializePropertyArrayLength(TNode<PropertyArray> property_array,
1546 TNode<Object> LoadPropertyArrayElement(TNode<PropertyArray> object,
1548 TNode<IntPtrT> LoadPropertyArrayLength(TNode<PropertyArray> object);
1790 void StorePropertyArrayElement(TNode<PropertyArray> array, in StorePropertyArrayElement()
1814 void StoreJSSharedStructPropertyArrayElement(TNode<PropertyArray> array, in StoreJSSharedStructPropertyArrayElement()
2077 TNode<PropertyArray> AllocatePropertyArray(TNode<IntPtrT> capacity);
2107 void FillPropertyArrayWithUndefined(TNode<PropertyArray> array,
2126 TNode<PropertyArray> to_array,
3520 TNode<UnionT<UnionT<FixedArray, PropertyArray>, HeapObject>> array,
3539 PropertyArray::kHeaderSize); in GetPropertyArrayAllocationSize()
4228 TNode<UnionT<FixedArray, PropertyArray>> array, TNode<TIndex> index,