Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc694 JSWasmCallParameters const& JSWasmCallParametersOf(const Operator* op) { in JSWasmCallParametersOf()
696 return OpParameter<JSWasmCallParameters>(op); in JSWasmCallParametersOf()
699 std::ostream& operator<<(std::ostream& os, JSWasmCallParameters const& p) { in operator <<()
703 size_t hash_value(JSWasmCallParameters const& p) { in hash_value()
708 bool operator==(JSWasmCallParameters const& lhs, in operator ==()
709 JSWasmCallParameters const& rhs) { in operator ==()
714 int JSWasmCallParameters::arity_without_implicit_args() const { in arity_without_implicit_args()
718 int JSWasmCallParameters::input_count() const { in input_count()
941 JSWasmCallParameters parameters(wasm_module, wasm_signature, feedback); in CallWasm()
942 return zone()->New<Operator1<JSWasmCallParameters>>( in CallWasm()
Djs-operator.h854 class JSWasmCallParameters {
856 explicit JSWasmCallParameters(const wasm::WasmModule* module, in JSWasmCallParameters() function
876 JSWasmCallParameters const& JSWasmCallParametersOf(const Operator* op)
879 JSWasmCallParameters const&);
880 size_t hash_value(JSWasmCallParameters const&);
881 bool operator==(JSWasmCallParameters const&, JSWasmCallParameters const&);
1492 const JSWasmCallParameters& Parameters() const { in Parameters()
1493 return OpParameter<JSWasmCallParameters>(node()->op()); in Parameters()
Djs-inlining.cc403 const JSWasmCallParameters& wasm_call_params = n.Parameters(); in ReduceJSWasmCall()
Dtyper.cc1000 const JSWasmCallParameters& op_params = JSWasmCallParametersOf(node->op()); in TypeJSWasmCall()
Dsimplified-lowering.cc2008 JSWasmCallParameters const& params = n.Parameters(); in VisitJSWasmCall()