Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.h68 ForEachDirection direction = ForEachDirection::kForward);
107 ForEachDirection direction,
H A 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/
H A Dcode-stub-assembler.cc4897 ForEachDirection::kForward);
4904 ForEachDirection::kReverse);
4988 ForEachDirection::kForward);
11734 ForEachDirection direction) {
11748 if (direction == ForEachDirection::kForward) {
11771 if (direction == ForEachDirection::kReverse) std::swap(start, limit);
11776 direction == ForEachDirection::kReverse ? -increment : increment,
11777 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre
H A Dcode-stub-assembler.h3513 enum class ForEachDirection { kForward, kReverse }; class in v8::internal::ExtractFixedArrayFlag
3523 ForEachDirection direction = ForEachDirection::kReverse);

Completed in 24 milliseconds