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/ |
| D | js_call.ets | 44 //! 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/ |
| D | strings.ets | 36 //! INST_NEXT "Intrinsic.CompilerJSCallFunction" 64 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/ |
| D | convert.ets.erb | 84 //! INST "Intrinsic.CompilerJSCallFunction" 117 //! INST "Intrinsic.CompilerJSCallFunction" 144 //! INST_NEXT "Intrinsic.CompilerJSCallFunction"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api.h | 63 void *(*CompilerJSCallFunction)(void *obj, void *fn, uint32_t argc, void *args); member
|
| D | intrinsics_api_impl.cpp | 431 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/ |
| D | std_js_jsruntime.cpp | 268 return S_INTRINSICS_API->CompilerJSCallFunction(obj, fn, argc, args); in CompilerJSCallFunctionIntrinsic()
|