Searched refs:ReturnCallRef (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 163 CASE_OP(ReturnCallRef, "return_call_ref") in OpcodeName()
|
D | wasm-opcodes.h | 64 V(ReturnCallRef, 0x15, _ /* typed_funcref prototype */) \
|
D | graph-builder-interface.cc | 748 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()
|
D | function-body-decoder-impl.h | 982 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/ |
D | wasm-compiler.h | 367 Node* ReturnCallRef(const wasm::FunctionSig* real_sig,
|
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/ |
D | liftoff-compiler.cc | 3384 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler
|