Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp174 ASSERT_DEATH(env_->PinLongArray(nullptr), ""); in TEST_F()
Darray_native_test.cpp278 ets_long *buf = env_->PinLongArray(array); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h388 ets_long *(*PinLongArray)(EtsEnv *env, ets_longArray array); member
1373 ets_long *PinLongArray(ets_longArray array) in PinLongArray() function
1375 return native_interface->PinLongArray(this, array); in PinLongArray()
Dets_napi_native_interface.cpp2222 NO_UB_SANITIZE static ets_long *PinLongArray(EtsEnv *env, ets_longArray array) in PinLongArray() function
2958 PinLongArray,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp1121 buf = (ets_long *)env->PinLongArray(arr); in ETS_EtsNapiTests_printLongArr()