Searched refs:IsHoleyElementsKind (Results 1 – 13 of 13) sorted by relevance
160 inline bool IsHoleyElementsKind(ElementsKind kind) { in IsHoleyElementsKind() function166 return IsHoleyElementsKind(kind) || kind == DICTIONARY_ELEMENTS; in IsHoleyOrDictionaryElementsKind()
606 if (!IsHoleyElementsKind(kind())) return; in TryTransitionResultArrayToPacked()770 if (!IsHoleyElementsKind(kind)) { in SetLengthImpl()881 if (IsHoleyElementsKind(from_kind)) { in TransitionElementsKindImpl()941 if (IsHoleyElementsKind(from_kind)) { in BasicGrowCapacityAndConvertImpl()1359 if (IsHoleyElementsKind(kind())) { in GetEntryForIndexImpl()1969 if (IsHoleyElementsKind(kind)) { in NormalizeImpl()2176 (IsHoleyElementsKind(KindTraits::Kind) && in ValidateContents()2185 DCHECK(IsHoleyElementsKind(KindTraits::Kind)); in ValidateContents()2366 !IsHoleyElementsKind(Subclass::kind())) { in IncludesValueImpl()2378 if (IsHoleyElementsKind(Subclass::kind()) && in IncludesValueImpl()[all …]
1154 if (IsHoleyElementsKind(elements_kind)) { in EnsureCanContainHeapObjectElements()1172 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements()2563 return IsHoleyElementsKind(GetElementsKind()); in HasHoleyElements()
401 if (IsHoleyElementsKind(kind)) to = GetHoleyElementsKind(to); in PrepareForDataProperty()
2494 if (IsHoleyElementsKind(array_kind) && in IterationHasObservableEffects()5686 if (IsHoleyElementsKind(from_kind) && in TransitionElementsTo()15783 if (IsHoleyElementsKind(kind) || !object->IsJSArray() || index > old_length) { in AddDataElement()15847 if (IsHoleyElementsKind(kind)) { in DigestTransitionFeedback()15875 if (IsHoleyElementsKind(kind)) { in DigestTransitionFeedback()15946 if (IsHoleyElementsKind(from_kind)) { in TransitionElementsKind()15986 return !IsHoleyElementsKind(from_kind) || IsHoleyElementsKind(to_kind); in IsValidElementsTransition()
9662 if (IsHoleyElementsKind(kind)) { in CheckForCapacityGrow()9745 DCHECK(!IsHoleyElementsKind(from_kind) || IsHoleyElementsKind(to_kind)); in TransitionElementsKind()
1048 if (IsHoleyElementsKind(next_kind)) { in ReduceArrayForEach()1126 if (IsHoleyElementsKind(kind)) { in ReduceArrayForEach()1165 if (IsHoleyElementsKind(kind)) { in ReduceArrayForEach()1391 if (IsHoleyElementsKind(kind)) { in ReduceArrayReduce()1433 if (IsHoleyElementsKind(kind)) { in ReduceArrayReduce()1511 if (IsHoleyElementsKind(kind)) { in ReduceArrayMap()1600 if (IsHoleyElementsKind(kind)) { in ReduceArrayMap()1654 if (IsHoleyElementsKind(kind)) { in ReduceArrayMap()1726 if (IsHoleyElementsKind(kind)) { in ReduceArrayFilter()1840 if (IsHoleyElementsKind(kind)) { in ReduceArrayFilter()[all …]
584 if (IsHoleyElementsKind(this_kind)) { in GeneralizeElementsKind()586 } else if (IsHoleyElementsKind(that_kind)) { in GeneralizeElementsKind()
753 elements_kind, IsHoleyElementsKind(elements_kind) in ReduceJSCreateArray()799 elements_kind, IsHoleyElementsKind(elements_kind) in ReduceJSCreateArray()804 elements_kind, IsHoleyElementsKind(elements_kind) in ReduceJSCreateArray()
2498 if (IsHoleyElementsKind(elements_kind)) { in BuildElementAccess()2629 IsHoleyElementsKind(elements_kind) in BuildElementAccess()
603 if (holey && !IsHoleyElementsKind(to_kind)) { in RUNTIME_FUNCTION()
117 elements_kind = IsHoleyElementsKind(elements_kind) ? HOLEY_ELEMENTS in KeyedGetObjectProperty()
1806 ElementsKind kind = IsHoleyElementsKind(map->elements_kind()) in ComputeTransitionedMap()1813 ElementsKind kind = IsHoleyElementsKind(map->elements_kind()) in ComputeTransitionedMap()