Searched refs:func_ref (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.h | 117 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/ |
H A D | graph-builder-interface.cc | 678 void CallRef(FullDecoder* decoder, const Value& func_ref, in CallRef() 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() 760 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in ReturnCallRef() 779 func_ref in ReturnCallRef() [all...] |
H A D | function-body-decoder-impl.h | 980 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); in DECODE() local 3373 ValueType func_type = func_ref.type; in DECODE() 3380 PopTypeError(0, func_ref, "function reference"); in DECODE() 3386 CALL_INTERFACE_IF_OK_AND_REACHABLE(CallRef, func_ref, sig, in DECODE() 3389 Drop(func_ref); in DECODE() 3398 Value func_ref = Peek(0); in DECODE() local 3399 ValueType func_type = func_ref.type; in DECODE() 3406 PopTypeError(0, func_ref, "functio in DECODE() [all...] |
/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); 3384 void ReturnCallRef(FullDecoder* decoder, const Value& func_ref, 3388 CallRef(decoder, func_ref.type, sig, kTailCall); 6202 // (1) func_data, initially reused for func_ref. 6207 LiftoffRegister func_ref = pinned.set(__ PopToModifiableRegister(pinned)); 6208 MaybeEmitNullCheck(decoder, func_ref.gp(), pinned, func_ref_type); 6216 instance.gp(), func_ref.gp(), no_reg, 6222 __ LoadExternalPointer(target.gp(), func_ref.gp(), 6226 __ Load(target, func_ref [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 371 void CompareToInternalFunctionAtIndex(Node* func_ref, uint32_t function_index,
|
H A D | wasm-compiler.cc | 3345 Node* func_ref, uint32_t function_index, Node** success_control, in CompareToInternalFunctionAtIndex() 3356 gasm_->Branch(gasm_->TaggedEqual(function_ref_at_index, func_ref), in CompareToInternalFunctionAtIndex() 3344 CompareToInternalFunctionAtIndex( Node* func_ref, uint32_t function_index, Node** success_control, Node** failure_control) CompareToInternalFunctionAtIndex() argument
|
Completed in 34 milliseconds