• Home
  • Raw
  • Download

Lines Matching refs:PropertyArray

757   DCHECK_NE(PropertyArray::kNoHashSentinel, hash);  in SetHashAndUpdateProperties()
758 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetHashAndUpdateProperties()
769 PropertyArray::cast(properties).SetHash(hash); in SetHashAndUpdateProperties()
770 DCHECK_LT(0, PropertyArray::cast(properties).length()); in SetHashAndUpdateProperties()
797 return PropertyArray::cast(properties).Hash(); in GetIdentityHashHelper()
820 return PropertyArray::kNoHashSentinel; in GetIdentityHashHelper()
826 DCHECK_NE(PropertyArray::kNoHashSentinel, hash); in SetIdentityHash()
827 DCHECK(PropertyArray::HashField::is_valid(hash)); in SetIdentityHash()
836 PropertyArray::cast(properties).length() == 0, in SetProperties()
844 if (hash != PropertyArray::kNoHashSentinel) { in SetProperties()
855 if (hash == PropertyArray::kNoHashSentinel) { in GetIdentityHash()
865 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); in CreateIdentityHash()
866 DCHECK_NE(PropertyArray::kNoHashSentinel, hash); in CreateIdentityHash()
876 if (hash != PropertyArray::kNoHashSentinel) { in GetOrCreateIdentityHash()
3032 Handle<PropertyArray> old_storage(object->property_array(isolate), isolate); in MigrateFastToFast()
3033 Handle<PropertyArray> new_storage = in MigrateFastToFast()
3073 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external); in MigrateFastToFast()
3407 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external); in AllocateStorageForMap()
3773 Handle<PropertyArray> fields = in MigrateSlowToFast()