Home
last modified time | relevance | path

Searched refs:PinShortArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp172 ASSERT_DEATH(env_->PinShortArray(nullptr), ""); in TEST_F()
Darray_native_test.cpp200 ets_short *buf = env_->PinShortArray(array); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h388 ets_short *(*PinShortArray)(EtsEnv *env, ets_shortArray array); member
1367 ets_short *PinShortArray(ets_shortArray array) in PinShortArray() function
1369 return nativeInterface->PinShortArray(this, array); in PinShortArray()
Dets_napi_native_interface.cpp2208 NO_UB_SANITIZE static ets_short *PinShortArray(EtsEnv *env, ets_shortArray array) in PinShortArray() function
2892 PinShortArray,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp1093 buf = (ets_short *)env->PinShortArray(arr); in ETS_EtsNapiTests_printShortArr()