Home
last modified time | relevance | path

Searched refs:CompilerConvertLocalToJSValue (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.ets29 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 4
38 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3 # cannot remove because we return JSV…
114 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3
125 // //! INST_NOT "Intrinsic.CompilerConvertLocalToJSValue"
151 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 8
159 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 2
190 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 5
198 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3
230 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 2
238 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 1
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.ets45 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3
52 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3
56 //! INST_NOT "Intrinsic.CompilerConvertLocalToJSValue"
90 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 3
139 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 6
152 //! INST_NOT "Intrinsic.CompilerConvertLocalToJSValue"
181 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 6
224 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 4
238 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 2
269 //! INST_COUNT "Intrinsic.CompilerConvertLocalToJSValue", 4
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/
Dstrings.ets37 //! INST_NEXT "Intrinsic.CompilerConvertLocalToJSValue"
65 //! INST_NEXT "Intrinsic.CompilerConvertLocalToJSValue"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/
Dconvert.ets.erb85 //! INST_NEXT "Intrinsic.CompilerConvertLocalToJSValue"
118 //! INST_NEXT "Intrinsic.CompilerConvertLocalToJSValue"
120 //! INST_NEXT "Intrinsic.CompilerConvertLocalToJSValue" # cannot be removed
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/
Dinterop_intrinsic_opt_doc.md60 v2.ref Intrinsic.CompilerConvertLocalToJSValue v1 -> v3
64 v2.ref Intrinsic.CompilerConvertLocalToJSValue v1
71 v2.ref Intrinsic.CompilerConvertLocalToJSValue v1 -> v3
76 v2.ref Intrinsic.CompilerConvertLocalToJSValue v1
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api.h93 JSValue *(*CompilerConvertLocalToJSValue)(void *val); member