Searched refs:IsSloppyArgumentsElements (Results 1 – 6 of 6) sorted by relevance
90 inline bool IsSloppyArgumentsElements(ElementsKind kind) { in IsSloppyArgumentsElements() function
1144 IsDictionaryElementsKind(kind()) || IsSloppyArgumentsElements(kind()); in PrependElementIndicesImpl()1169 if (IsHoleyElementsKind(kind()) || IsSloppyArgumentsElements(kind())) { in PrependElementIndicesImpl()
4779 return IsSloppyArgumentsElements(elements_kind()); in has_sloppy_arguments_elements()7167 DCHECK(!IsSloppyArgumentsElements(kind) || in GetElementsKind()7221 return IsSloppyArgumentsElements(GetElementsKind()); in HasSloppyArgumentsElements()
15810 if (IsSloppyArgumentsElements(kind)) { in AddDataElement()
637 if (IsSloppyArgumentsElements(elements_kind)) { in GetKeyedLoadHandler()
7142 if (IsSloppyArgumentsElements(elements_kind)) { in HandlePolymorphicElementAccess()