Home
last modified time | relevance | path

Searched refs:ForEachDirection (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.h68 ForEachDirection direction = ForEachDirection::kForward);
107 ForEachDirection direction,
Dbuiltins-array-gen.cc117 const CallResultProcessor& processor, ForEachDirection direction) { in GenerateIteratingTypedArrayBuiltinBody()
197 ForEachDirection direction, TNode<JSTypedArray> typed_array, in VisitAllTypedArrayElements()
205 if (direction == ForEachDirection::kReverse) { in VisitAllTypedArrayElements()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3513 enum class ForEachDirection { kForward, kReverse }; enum
3523 ForEachDirection direction = ForEachDirection::kReverse);
Dcode-stub-assembler.cc4897 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()