Lines Matching refs:HasFastProperties
423 ASSERT(!HasFastProperties()); in GetNormalizedProperty()
434 ASSERT(!HasFastProperties()); in SetNormalizedProperty()
460 ASSERT(!HasFastProperties()); in SetNormalizedProperty()
496 ASSERT(!HasFastProperties()); in DeleteNormalizedProperty()
547 || !HasFastProperties(); in IsDirty()
1675 ASSERT(!HasFastProperties()); in AddSlowProperty()
1726 if (HasFastProperties()) { in AddProperty()
1806 if (!HasFastProperties()) { in ConvertDescriptorToFieldAndMapTransition()
2431 bool safe_to_add_transition = HasFastProperties() && in GetElementsTransitionMapSlow()
2487 if (HasFastProperties()) { in LocalLookupRealNamedProperty()
3299 ASSERT(!HasFastProperties()); in UpdateMapCodeCache()
3325 if (!HasFastProperties()) return this; in NormalizeProperties()
3448 if (HasFastProperties()) return this; in TransformToFastProperties()
3721 if (HasFastProperties()) { in GetHiddenPropertiesDictionary()
3770 if (HasFastProperties()) { in SetHiddenPropertiesDictionary()
4727 if (HasFastProperties()) { in SlowReverseLookup()
10173 return HasFastProperties() ? in NumberOfLocalProperties()
10297 if (HasFastProperties()) { in GetLocalPropertyNames()
11572 ASSERT(!HasFastProperties()); in GetPropertyCell()
11589 ASSERT(!HasFastProperties()); in EnsurePropertyCell()
12476 ASSERT(obj->HasFastProperties()); in TransformPropertiesToFastFor()