Searched refs:ReduceArrayIterator (Results 1 – 2 of 2) sorted by relevance
100 Reduction ReduceArrayIterator(Node* node, IterationKind kind);
3451 return ReduceArrayIterator(node, IterationKind::kEntries); in ReduceJSCall()3453 return ReduceArrayIterator(node, IterationKind::kKeys); in ReduceJSCall()3455 return ReduceArrayIterator(node, IterationKind::kValues); in ReduceJSCall()3654 return ReduceArrayIterator(node, IterationKind::kEntries); in ReduceJSCall()3656 return ReduceArrayIterator(node, IterationKind::kKeys); in ReduceJSCall()3658 return ReduceArrayIterator(node, IterationKind::kValues); in ReduceJSCall()4875 Reduction JSCallReducer::ReduceArrayIterator(Node* node, IterationKind kind) { in ReduceArrayIterator() function in v8::internal::compiler::JSCallReducer