Searched refs:JSWasmCallParameters (Results 1 – 5 of 5) sorted by relevance
694 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()
854 class JSWasmCallParameters {856 explicit JSWasmCallParameters(const wasm::WasmModule* module, in JSWasmCallParameters() function876 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()
403 const JSWasmCallParameters& wasm_call_params = n.Parameters(); in ReduceJSWasmCall()
1000 const JSWasmCallParameters& op_params = JSWasmCallParametersOf(node->op()); in TypeJSWasmCall()
2008 JSWasmCallParameters const& params = n.Parameters(); in VisitJSWasmCall()