Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h231 class CallParameters final {
237 CallParameters(size_t arity, CallFrequency const& frequency, in CallParameters() function
278 bool operator==(CallParameters const& that) const {
283 bool operator!=(CallParameters const& that) const { return !(*this == that); }
286 friend size_t hash_value(CallParameters const& p) { in hash_value()
302 size_t hash_value(CallParameters const&);
304 std::ostream& operator<<(std::ostream&, CallParameters const&);
306 const CallParameters& CallParametersOf(const Operator* op);
1371 STATIC_ASSERT(kExtraInputCount == CallParameters::kExtraCallInputCount);
1458 const CallParameters& Parameters() const { in Parameters()
Djs-call-reducer.cc629 CallParameters const& p = CallParametersOf(node_ptr()->op()); in feedback()
1084 CallParameters const& p = n.Parameters(); in JSCall3()
1101 CallParameters const& p = n.Parameters(); in JSCall4()
2350 CallParameters const& p = n.Parameters(); in ReduceMathUnary()
2367 CallParameters const& p = n.Parameters(); in ReduceMathBinary()
2385 CallParameters const& p = n.Parameters(); in ReduceMathImul()
2417 CallParameters const& p = n.Parameters(); in ReduceMathClz32()
2445 CallParameters const& p = n.Parameters(); in ReduceMathMinMax()
2514 CallParameters const& p = n.Parameters(); in ReduceArrayConstructor()
2562 CallParameters const& p = n.Parameters(); in ReduceFunctionPrototypeApply()
[all …]
Djs-operator.cc97 std::ostream& operator<<(std::ostream& os, CallParameters const& p) { in operator <<()
102 const CallParameters& CallParametersOf(const Operator* op) { in CallParametersOf()
106 return OpParameter<CallParameters>(op); in CallParametersOf()
874 CallParameters parameters(arity, frequency, feedback, convert_mode, in Call()
876 return zone()->New<Operator1<CallParameters>>( // -- in Call()
887 CallParameters parameters( in CallWithArrayLike()
890 return zone()->New<Operator1<CallParameters>>( // -- in CallWithArrayLike()
903 CallParameters parameters(arity, frequency, feedback, in CallWithSpread()
906 return zone()->New<Operator1<CallParameters>>( // -- in CallWithSpread()
Djs-generic-lowering.cc968 CallParameters const& p = n.Parameters(); in LowerJSCall()
987 CallParameters const& p = n.Parameters(); in LowerJSCallWithArrayLike()
1018 CallParameters const& p = n.Parameters(); in LowerJSCallWithSpread()
Djs-inlining-heuristic.cc242 CallParameters const p = CallParametersOf(node->op()); in Reduce()
Djs-inlining.cc704 CallParameters const& p = CallParametersOf(node->op()); in ReduceJSCall()
Djs-typed-lowering.cc1682 CallParameters const& p = n.Parameters(); in ReduceJSCall()