Home
last modified time | relevance | path

Searched refs:IsSloppyArgumentsElements (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Delements-kind.h90 inline bool IsSloppyArgumentsElements(ElementsKind kind) { in IsSloppyArgumentsElements() function
Delements.cc1144 IsDictionaryElementsKind(kind()) || IsSloppyArgumentsElements(kind()); in PrependElementIndicesImpl()
1169 if (IsHoleyElementsKind(kind()) || IsSloppyArgumentsElements(kind())) { in PrependElementIndicesImpl()
Dobjects-inl.h4779 return IsSloppyArgumentsElements(elements_kind()); in has_sloppy_arguments_elements()
7167 DCHECK(!IsSloppyArgumentsElements(kind) || in GetElementsKind()
7221 return IsSloppyArgumentsElements(GetElementsKind()); in HasSloppyArgumentsElements()
Dobjects.cc15810 if (IsSloppyArgumentsElements(kind)) { in AddDataElement()
/external/v8/src/ic/
Dhandler-compiler.cc637 if (IsSloppyArgumentsElements(elements_kind)) { in GetKeyedLoadHandler()
/external/v8/src/crankshaft/
Dhydrogen.cc7142 if (IsSloppyArgumentsElements(elements_kind)) { in HandlePolymorphicElementAccess()