Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/merge_local_scopes/
Dmerge_local_scopes.ets30 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3
39 //! INST_NOT "Intrinsic.CompilerConvertRefTypeToLocal"
116 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3
123 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1 # conversion of JSRuntimeGetPropertyJ…
152 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 8
160 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3
191 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 5
199 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3
231 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2
239 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/
Dstrings.ets33 //! INST_NEXT "Intrinsic.CompilerConvertRefTypeToLocal"
59 //! INST_NEXT "Intrinsic.CompilerConvertRefTypeToLocal"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.ets40 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1
83 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1
132 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 6
150 //! # Intrinsic.CompilerConvertRefTypeToLocal is user of Intrinsic.JSRuntimeGetPropertyJSValue
152 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1
178 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 6
218 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2
238 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2
263 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2
389 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp351 return CompilerConvertRefTypeToLocal(etsVal); in CONVERT_LOCAL_VALUE()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h73 void *CompilerConvertRefTypeToLocal(EtsObject *etsValue);
Dintrinsics_api_impl.cpp1028 void *CompilerConvertRefTypeToLocal(EtsObject *etsValue) in CompilerConvertRefTypeToLocal() function