Home
last modified time | relevance | path

Searched refs:CallRef (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc678 void CallRef(FullDecoder* decoder, const Value& func_ref, in CallRef() function
689 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
725 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
760 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in ReturnCallRef()
792 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), sig, in ReturnCallRef()
1642 static CallInfo CallRef(const Value& funcref_value, in CallRef() function in v8::internal::wasm::__anon15171::WasmGraphBuildingInterface::Value::Control::CallInfo
1733 builder_->CallRef(real_sig, base::VectorOf(arg_nodes), in DoCall()
H A Dwasm-opcodes-inl.h162 CASE_OP(CallRef, "call_ref") in OpcodeName()
H A Dfunction-body-decoder-impl.h980 F(CallRef, const Value& func_ref, const FunctionSig* sig, \
3370 DECODE(CallRef) { in DECODE()
3386 CALL_INTERFACE_IF_OK_AND_REACHABLE(CallRef, func_ref, sig, in DECODE()
3572 DECODE_IMPL(CallRef); in GetOpcodeHandlerTableEntry()
H A Dwasm-opcodes.h63 V(CallRef, 0x14, _ /* typed_funcref prototype */) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h357 Node* CallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args,
H A Dwasm-compiler.cc3360 Node* WasmGraphBuilder::CallRef(const wasm::FunctionSig* real_sig, in CallRef() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3364 void CallRef(FullDecoder* decoder, const Value& func_ref,
3367 CallRef(decoder, func_ref.type, sig, kNoTailCall);
3388 CallRef(decoder, func_ref.type, sig, kTailCall);
6148 void CallRef(FullDecoder* decoder, ValueType func_ref_type,

Completed in 34 milliseconds