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