Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h1154 enum class ForEachDirection { kForward, kReverse }; enum
1164 ForEachDirection direction = ForEachDirection::kReverse);
1170 ForEachDirection direction = ForEachDirection::kReverse) {
Dcode-stub-assembler.cc6316 ParameterMode mode, ForEachDirection direction) { in BuildFastFixedArrayForEach()
6326 if (direction == ForEachDirection::kForward) { in BuildFastFixedArrayForEach()
6353 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastFixedArrayForEach()
6359 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastFixedArrayForEach()
6361 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastFixedArrayForEach()