Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyArray

3457       os << "<PropertyArray[" << PropertyArray::cast(this)->length() << "]>";
4172 Handle<PropertyArray> old_storage(object->property_array(), isolate);
4173 Handle<PropertyArray> new_storage =
4212 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external);
6144 Handle<PropertyArray> array =
6525 Handle<PropertyArray> fields =
6684 DCHECK_NE(PropertyArray::kNoHashSentinel, hash);
6685 DCHECK(PropertyArray::HashField::is_valid(hash));
6696 PropertyArray::cast(properties)->SetHash(hash);
6697 DCHECK_LT(0, PropertyArray::cast(properties)->length());
6714 return PropertyArray::cast(properties)->Hash();
6733 return PropertyArray::kNoHashSentinel;
6739 DCHECK_NE(PropertyArray::kNoHashSentinel, hash);
6740 DCHECK(PropertyArray::HashField::is_valid(hash));
6750 PropertyArray::cast(properties)->length() == 0,
6759 if (hash != PropertyArray::kNoHashSentinel) {
6770 if (hash == PropertyArray::kNoHashSentinel) {
6780 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax);
6781 DCHECK_NE(PropertyArray::kNoHashSentinel, hash);
17757 dict->SetHash(PropertyArray::kNoHashSentinel);