Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.sts41 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
58 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
92 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
109 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/
Dstrings.sts36 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
64 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/
Dconvert.sts.erb84 //! INST "Intrinsic.CompilerJSCallFunction"
116 //! INST "Intrinsic.CompilerJSCallFunction"
143 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.sts45 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 3
92 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 3
143 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 6
191 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 6
236 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 1
285 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 1
419 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 5
456 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 5
513 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
552 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp204 return CompilerJSCallFunction<true>(obj, fn, argc, args); in CompilerJSCallFunctionIntrinsic()
209 CompilerJSCallFunction<false>(obj, fn, argc, args); in CompilerJSCallVoidFunctionIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h141 std::conditional_t<USE_RET, void *, void> CompilerJSCallFunction(void *obj, void *fn, uint32_t argc… in CompilerJSCallFunction() function