Searched refs:ReturnCallRef (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 163 CASE_OP(ReturnCallRef, "return_call_ref") in OpcodeName()
|
H A D | graph-builder-interface.cc | 748 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() function 1794 builder_->ReturnCallRef(real_sig, base::VectorOf(arg_nodes), in DoReturnCall()
|
H A D | function-body-decoder-impl.h | 982 F(ReturnCallRef, const Value& func_ref, const FunctionSig* sig, \ 3395 DECODE(ReturnCallRef) { in DECODE() 3411 CALL_INTERFACE_IF_OK_AND_REACHABLE(ReturnCallRef, func_ref, sig, in DECODE() 3573 DECODE_IMPL(ReturnCallRef); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 64 V(ReturnCallRef, 0x15, _ /* typed_funcref prototype */) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 367 Node* ReturnCallRef(const wasm::FunctionSig* real_sig,
|
H A D | wasm-compiler.cc | 3369 Node* WasmGraphBuilder::ReturnCallRef(const wasm::FunctionSig* real_sig, in ReturnCallRef() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 3384 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref,
|
Completed in 33 milliseconds