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/ |
| D | qualified_call.sts | 41 //! 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/ |
| D | strings.sts | 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.sts.erb | 84 //! 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/ |
| D | js_call.sts | 45 //! 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/ |
| D | std_js_jsruntime.cpp | 204 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/ |
| D | intrinsics_api_impl.h | 141 std::conditional_t<USE_RET, void *, void> CompilerJSCallFunction(void *obj, void *fn, uint32_t argc… in CompilerJSCallFunction() function
|