Searched refs:ForEachDirection (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-array-gen.h | 97 ForEachDirection direction = ForEachDirection::kForward); 106 ForEachDirection direction = ForEachDirection::kForward); 111 ForEachDirection direction = ForEachDirection::kForward); 153 Label* detached, ForEachDirection direction, 159 ForEachDirection direction, 165 ForEachDirection direction,
|
D | builtins-array-gen.cc | 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() [all …]
|
/external/v8/src/ |
D | code-stub-assembler.h | 2597 enum class ForEachDirection { kForward, kReverse }; enum 2607 ForEachDirection direction = ForEachDirection::kReverse); 2613 ForEachDirection direction = ForEachDirection::kReverse) {
|
D | code-stub-assembler.cc | 9978 ParameterMode mode, ForEachDirection direction) { in BuildFastFixedArrayForEach() 9992 if (direction == ForEachDirection::kForward) { in BuildFastFixedArrayForEach() 10019 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastFixedArrayForEach() 10025 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastFixedArrayForEach() 10027 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastFixedArrayForEach()
|