Searched refs:kMaxNumberOfDescriptors (Results 1 – 7 of 7) sorted by relevance
165 static_cast<unsigned>(kMaxNumberOfDescriptors)); in SetNumberOfOwnDescriptors()175 static_cast<unsigned>(kMaxNumberOfDescriptors)); in SetEnumLength()
294 return computed_count_ > 0 || property_count_ > kMaxNumberOfDescriptors; in HasDictionaryProperties()
283 STATIC_ASSERT(NumberOfOwnDescriptorsBits::kMax >= kMaxNumberOfDescriptors);
205 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4; variable
2698 STATIC_ASSERT(kMaxNumberOfDescriptors + kFieldsAdded <=2708 STATIC_ASSERT(kMaxInObjectProperties <= kMaxNumberOfDescriptors);
3947 if (map->NumberOfOwnDescriptors() >= kMaxNumberOfDescriptors) { in CopyWithField()3980 if (map->NumberOfOwnDescriptors() >= kMaxNumberOfDescriptors) { in CopyWithConstant()6454 if (number_of_elements > kMaxNumberOfDescriptors) return; in MigrateSlowToFast()9506 int slack = SlackForArraySize(old_size, kMaxNumberOfDescriptors); in ShareDescriptor()10144 } else if (map->NumberOfOwnDescriptors() >= kMaxNumberOfDescriptors || in TransitionToAccessorProperty()
1650 DCHECK(kMaxNumberOfDescriptors + JSObject::kFieldsAdded < in ExtendPropertiesBackingStore()1658 kMaxNumberOfDescriptors + JSObject::kFieldsAdded, mode), in ExtendPropertiesBackingStore()