Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h163 CASE_OP(ReturnCallRef, "return_call_ref") in OpcodeName()
Dwasm-opcodes.h64 V(ReturnCallRef, 0x15, _ /* typed_funcref prototype */) \
Dgraph-builder-interface.cc748 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface
1794 builder_->ReturnCallRef(real_sig, base::VectorOf(arg_nodes), in DoReturnCall()
Dfunction-body-decoder-impl.h982 F(ReturnCallRef, const Value& func_ref, const FunctionSig* sig, \
3395 DECODE(ReturnCallRef) {
3411 CALL_INTERFACE_IF_OK_AND_REACHABLE(ReturnCallRef, func_ref, sig,
3573 DECODE_IMPL(ReturnCallRef);
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h367 Node* ReturnCallRef(const wasm::FunctionSig* real_sig,
Dwasm-compiler.cc3369 Node* WasmGraphBuilder::ReturnCallRef(const wasm::FunctionSig* real_sig, in ReturnCallRef() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc3384 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler