Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc35 CallParameters const& p = CallParametersOf(node->op()); in ReduceMathUnary()
59 CallParameters const& p = CallParametersOf(node->op()); in ReduceMathBinary()
90 CallParameters const& p = CallParametersOf(node->op()); in ReduceMathImul()
123 CallParameters const& p = CallParametersOf(node->op()); in ReduceMathClz32()
150 CallParameters const& p = CallParametersOf(node->op()); in ReduceMathMinMax()
219 CallParameters const& p = CallParametersOf(node->op()); in ReduceArrayConstructor()
234 CallParameters const& p = CallParametersOf(node->op()); in ReduceBooleanConstructor()
248 CallParameters const& p = CallParametersOf(node->op()); in ReduceObjectConstructor()
273 CallParameters const& p = CallParametersOf(node->op()); in ReduceFunctionPrototypeApply()
492 CallParameters const& p = CallParametersOf(node->op()); in ReduceFunctionPrototypeCall()
[all …]
Djs-inlining.cc77 ? CallParametersOf(call_->op()).frequency() in frequency()
610 CallParameters const& p = CallParametersOf(node->op()); in ReduceJSCall()
Djs-generic-lowering.cc680 CallParameters const& p = CallParametersOf(node->op()); in LowerJSCall()
709 CallParameters const& p = CallParametersOf(node->op()); in LowerJSCallWithSpread()
Djs-inlining-heuristic.cc145 CallParameters const p = CallParametersOf(node->op()); in Reduce()
Djs-operator.h209 const CallParameters& CallParametersOf(const Operator* op);
Djs-operator.cc72 const CallParameters& CallParametersOf(const Operator* op) { in CallParametersOf() function
Djs-typed-lowering.cc1653 CallParameters const& p = CallParametersOf(node->op()); in ReduceJSCall()