Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyArray

1745     var_hash = IntPtrConstant(PropertyArray::kNoHashSentinel);
1758 properties, PropertyArray::kLengthAndHashOffset);
1760 DecodeWord<PropertyArray::HashField>(length_and_hash));
1774 IntPtrConstant(PropertyArray::kNoHashSentinel)),
1937 PropertyArray::kLengthAndHashOffset);
1948 array, PropertyArray::kLengthAndHashOffset);
1950 DecodeWord<PropertyArray::LengthField>(length_and_hash));
2004 SloppyTNode<PropertyArray> object, SloppyTNode<IntPtrT> index) {
2008 STATIC_ASSERT(PropertyArray::kHeaderSize == FixedArray::kHeaderSize);
2010 return CAST(LoadArrayElement(object, PropertyArray::kHeaderSize, index,
2016 TNode<PropertyArray> object) {
2018 LoadAndUntagObjectField(object, PropertyArray::kLengthAndHashOffset);
2019 return Signed(DecodeWord<PropertyArray::LengthField>(value));
2748 STATIC_ASSERT(FixedArray::kHeaderSize == PropertyArray::kHeaderSize);
2755 PropertyArray::kLengthAndHashOffset);
2766 object, PropertyArray::kLengthAndHashOffset);
2768 DecodeWord<PropertyArray::LengthField>(length_and_hash));
3388 SmiConstant(PropertyArray::kNoHashSentinel),
4166 length, IntPtrOrSmiConstant(PropertyArray::LengthField::kMax, mode),
4169 property_array, PropertyArray::kLengthAndHashOffset,