Lines Matching refs:ForEachDirection

429       MissingPropertyMode missing_property_mode, ForEachDirection direction) {  in GenerateIteratingArrayBuiltinBody()
482 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinBody()
519 ForEachDirection direction) { in GenerateIteratingTypedArrayBuiltinBody()
572 if (direction == ForEachDirection::kForward) { in GenerateIteratingTypedArrayBuiltinBody()
602 MissingPropertyMode missing_property_mode, ForEachDirection direction) { in GenerateIteratingArrayBuiltinLoopContinuation()
608 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinLoopContinuation()
644 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinLoopContinuation()
676 ForEachDirection direction, TNode<JSTypedArray> typed_array) { in VisitAllTypedArrayElements()
697 if (direction == ForEachDirection::kReverse) { in VisitAllTypedArrayElements()
708 Label* array_changed, ParameterMode mode, ForEachDirection direction, in VisitAllFastElementsOneKind()
719 IndexAdvanceMode advance_mode = direction == ForEachDirection::kReverse in VisitAllFastElementsOneKind()
722 if (direction == ForEachDirection::kReverse) std::swap(start, end); in VisitAllFastElementsOneKind()
786 Label* slow, ForEachDirection direction, in HandleFastElements()
1709 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN()
1787 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN()
1808 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN()
1881 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN()
2613 ForEachDirection::kReverse); in TF_BUILTIN()
2677 MissingPropertyMode::kSkip, ForEachDirection::kReverse); in TF_BUILTIN()
2697 ForEachDirection::kReverse); in TF_BUILTIN()