Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h223 CallWithSpreadParameters const& CallWithSpreadParametersOf(Operator const*);
Djs-call-reducer.cc654 CallWithSpreadParameters const& p = CallWithSpreadParametersOf(node->op()); in ReduceJSCallWithSpread()
Djs-generic-lowering.cc585 CallWithSpreadParameters const& p = CallWithSpreadParametersOf(node->op()); in LowerJSCallWithSpread()
Djs-operator.cc144 CallWithSpreadParameters const& CallWithSpreadParametersOf(Operator const* op) { in CallWithSpreadParametersOf() function