Home
last modified time | relevance | path

Searched refs:CompilerConvertLocalToRefType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp360 return CompilerConvertLocalToRefType(klassPtr, val); in CompilerConvertLocalToRefTypeIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h78 EtsObject *CompilerConvertLocalToRefType(void *klassPtr, void *value);
Dintrinsics_api_impl.cpp1100 EtsObject *CompilerConvertLocalToRefType(void *klassPtr, void *value) in CompilerConvertLocalToRefType() function