Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h81 inline bool IsSloppyArgumentsElements(ElementsKind kind) { in IsSloppyArgumentsElements() function
Dobjects-inl.h4596 return IsSloppyArgumentsElements(elements_kind()); in has_sloppy_arguments_elements()
6666 DCHECK(!IsSloppyArgumentsElements(kind) || in GetElementsKind()
6720 return IsSloppyArgumentsElements(GetElementsKind()); in HasSloppyArgumentsElements()
Dobjects.cc15850 if (IsSloppyArgumentsElements(kind)) { in AddDataElement()
/external/v8/src/ic/
Dic-compiler.cc259 if (IsSloppyArgumentsElements(elements_kind)) { in CompileKeyedStorePolymorphicHandlers()
Dhandler-compiler.cc595 } else if (IsSloppyArgumentsElements(elements_kind)) { in CompileElementHandlers()
/external/v8/src/crankshaft/
Dhydrogen.cc7509 if (IsSloppyArgumentsElements(elements_kind)) { in HandlePolymorphicElementAccess()