Home
last modified time | relevance | path

Searched refs:func_ref (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h117 static av_unused void *func_ref, *func_new; variable
122 #define check_func(func, ...) (func_ref = checkasm_check_func((func_new = func), __VA_ARGS__))
137 #define call_ref(...) ((func_type *)func_ref)(__VA_ARGS__)
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc678 void CallRef(FullDecoder* decoder, const Value& func_ref, in CallRef() argument
689 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
708 func_ref.node, expected_function_index, &success_control, in CallRef()
725 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
748 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() argument
760 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in ReturnCallRef()
779 func_ref.node, expected_function_index, &success_control, in ReturnCallRef()
792 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), sig, in ReturnCallRef()
Dfunction-body-decoder-impl.h980 F(CallRef, const Value& func_ref, const FunctionSig* sig, \
982 F(ReturnCallRef, const Value& func_ref, const FunctionSig* sig, \
3372 Value func_ref = Peek(0);
3373 ValueType func_type = func_ref.type;
3380 PopTypeError(0, func_ref, "function reference");
3386 CALL_INTERFACE_IF_OK_AND_REACHABLE(CallRef, func_ref, sig,
3389 Drop(func_ref);
3398 Value func_ref = Peek(0);
3399 ValueType func_type = func_ref.type;
3406 PopTypeError(0, func_ref, "function reference");
[all …]
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc3364 void CallRef(FullDecoder* decoder, const Value& func_ref, in CallRef() argument
3367 CallRef(decoder, func_ref.type, sig, kNoTailCall); in CallRef()
3384 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, in ReturnCallRef() argument
3388 CallRef(decoder, func_ref.type, sig, kTailCall); in ReturnCallRef()
6207 LiftoffRegister func_ref = pinned.set(__ PopToModifiableRegister(pinned)); in CallRef() local
6208 MaybeEmitNullCheck(decoder, func_ref.gp(), pinned, func_ref_type); in CallRef()
6216 instance.gp(), func_ref.gp(), no_reg, in CallRef()
6222 __ LoadExternalPointer(target.gp(), func_ref.gp(), in CallRef()
6226 __ Load(target, func_ref.gp(), no_reg, in CallRef()
6240 target.gp(), func_ref.gp(), no_reg, in CallRef()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h371 void CompareToInternalFunctionAtIndex(Node* func_ref, uint32_t function_index,
Dwasm-compiler.cc3345 Node* func_ref, uint32_t function_index, Node** success_control, in CompareToInternalFunctionAtIndex() argument
3356 gasm_->Branch(gasm_->TaggedEqual(function_ref_at_index, func_ref), in CompareToInternalFunctionAtIndex()