Searched refs:CallRef (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 678 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 D | wasm-opcodes-inl.h | 162 CASE_OP(CallRef, "call_ref") in OpcodeName()
|
H A D | function-body-decoder-impl.h | 980 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 D | wasm-opcodes.h | 63 V(CallRef, 0x14, _ /* typed_funcref prototype */) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 357 Node* CallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args,
|
H A D | wasm-compiler.cc | 3360 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 D | liftoff-compiler.cc | 3364 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