Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc477 using StepFunction1 = std::function<TNode<Number>(TNode<Number>)>; typedef in v8::internal::compiler::JSCallReducerAssembler
483 const ConditionFunction1& cond, const StepFunction1& step) in ForBuilder0()
521 const StepFunction1 step_;
533 ForBuilder0 Forever(TNode<Number> initial_value, const StepFunction1& step) { in Forever()
542 const ConditionFunction1& cond, const StepFunction1& step, in ForBuilder1()
595 const StepFunction1 step_;
601 const StepFunction1& step, TNode<Object> initial_arg0) { in For1()
1499 StepFunction1 step; in ReduceArrayPrototypeReduce()