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/js_call/
Djs_call.ets44 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 3
89 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 3
138 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 6
180 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 6
223 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 1
268 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 1
398 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 5
431 //! INST_COUNT "Intrinsic.CompilerJSCallFunction", 5
491 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
526 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/
Dstrings.ets36 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
64 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/
Dconvert.ets.erb84 //! INST "Intrinsic.CompilerJSCallFunction"
117 //! INST "Intrinsic.CompilerJSCallFunction"
144 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api.h63 void *(*CompilerJSCallFunction)(void *obj, void *fn, uint32_t argc, void *args); member
Dintrinsics_api_impl.cpp431 std::conditional_t<USE_RET, void *, void> CompilerJSCallFunction(void *obj, void *fn, uint32_t argc… in CompilerJSCallFunction() function
709 CompilerJSCallFunction<true>,
710 CompilerJSCallFunction<false>,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp268 return S_INTRINSICS_API->CompilerJSCallFunction(obj, fn, argc, args); in CompilerJSCallFunctionIntrinsic()