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/
Dintrinsics_api.h95 EtsObject *(*CompilerConvertLocalToRefType)(void *klassPtr, void *val); member
Dintrinsics_api_impl.cpp644 EtsObject *CompilerConvertLocalToRefType(void *klassPtr, void *value) in CompilerConvertLocalToRefType() function
741 CompilerConvertLocalToRefType,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp324 return S_INTRINSICS_API->CompilerConvertLocalToRefType(klassPtr, val); in CompilerConvertLocalToRefTypeIntrinsic()