Searched refs:ForEachDirection (Results 1 – 4 of 4) sorted by relevance
68 ForEachDirection direction = ForEachDirection::kForward);107 ForEachDirection direction,
117 const CallResultProcessor& processor, ForEachDirection direction) { in GenerateIteratingTypedArrayBuiltinBody()197 ForEachDirection direction, TNode<JSTypedArray> typed_array, in VisitAllTypedArrayElements()205 if (direction == ForEachDirection::kReverse) { in VisitAllTypedArrayElements()
3513 enum class ForEachDirection { kForward, kReverse }; enum3523 ForEachDirection direction = ForEachDirection::kReverse);
4897 ForEachDirection::kForward); in MoveElements()4904 ForEachDirection::kReverse); in MoveElements()4988 ForEachDirection::kForward); in CopyElements()11734 ForEachDirection direction) { in BuildFastArrayForEach()11748 if (direction == ForEachDirection::kForward) { in BuildFastArrayForEach()11771 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastArrayForEach()11776 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastArrayForEach()11777 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastArrayForEach()