Home
last modified time | relevance | path

Searched refs:CompilerInitJSCallClassForCtx (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.sts36 //! INST_NEXT "Intrinsic.CompilerInitJSCallClassForCtx"
50 //! INST_NEXT "Intrinsic.CompilerInitJSCallClassForCtx"
87 //! INST_NEXT "Intrinsic.CompilerInitJSCallClassForCtx"
101 //! INST_NEXT "Intrinsic.CompilerInitJSCallClassForCtx"
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp280 return CompilerInitJSCallClassForCtx(klass); in CompilerInitJSCallClassForCtxIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h56 void CompilerInitJSCallClassForCtx(void *klassPtr);
Dintrinsics_api_impl.cpp490 void CompilerInitJSCallClassForCtx(void *klassPtr) in CompilerInitJSCallClassForCtx() function