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/ |
| D | merge_local_scopes.ets | 30 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3 39 //! INST_NOT "Intrinsic.CompilerConvertRefTypeToLocal" 115 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 3 122 //! 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/js_call/ |
| D | js_call.ets | 43 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1 88 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1 137 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 6 154 //! # Intrinsic.CompilerConvertRefTypeToLocal is user of Intrinsic.JSRuntimeGetPropertyJSValue 156 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1 179 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 6 221 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2 241 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2 266 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 2 396 //! INST_COUNT "Intrinsic.CompilerConvertRefTypeToLocal", 1 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/ |
| D | strings.ets | 35 //! INST_NEXT "Intrinsic.CompilerConvertRefTypeToLocal" 63 //! INST_NEXT "Intrinsic.CompilerConvertRefTypeToLocal"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api.h | 81 void *(*CompilerConvertRefTypeToLocal)(EtsObject *etsVal); member
|
| D | intrinsics_api_impl.cpp | 583 void *CompilerConvertRefTypeToLocal(EtsObject *etsValue) in CompilerConvertRefTypeToLocal() function 727 CompilerConvertRefTypeToLocal,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 315 return S_INTRINSICS_API->CompilerConvertRefTypeToLocal(etsVal); in CONVERT_LOCAL_VALUE()
|