Searched refs:ReturnCall (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 160 CASE_OP(ReturnCall, "return_call") in OpcodeName()
|
D | wasm-opcodes.h | 61 V(ReturnCall, 0x12, _) \
|
D | graph-builder-interface.cc | 650 void ReturnCall(FullDecoder* decoder, in ReturnCall() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface 1790 builder_->ReturnCall(call_info.callee_index(), real_sig, in DoReturnCall()
|
D | function-body-decoder-impl.h | 984 F(ReturnCall, const CallFunctionImmediate<validate>& imm, \ 3334 DECODE(ReturnCall) { 3344 CALL_INTERFACE_IF_OK_AND_REACHABLE(ReturnCall, imm, args.begin()); 3570 DECODE_IMPL(ReturnCall);
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 361 Node* ReturnCall(uint32_t index, const wasm::FunctionSig* real_sig,
|
D | wasm-compiler.cc | 3377 Node* WasmGraphBuilder::ReturnCall(uint32_t index, in ReturnCall() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 3370 void ReturnCall(FullDecoder* decoder, in ReturnCall() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler
|