Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp173 ASSERT_DEATH(env_->PinIntArray(nullptr), ""); in TEST_F()
Darray_native_test.cpp239 ets_int *buf = env_->PinIntArray(array); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h387 ets_int *(*PinIntArray)(EtsEnv *env, ets_intArray array); member
1369 ets_int *PinIntArray(ets_intArray array) in PinIntArray() function
1371 return native_interface->PinIntArray(this, array); in PinIntArray()
Dets_napi_native_interface.cpp2216 NO_UB_SANITIZE static ets_int *PinIntArray(EtsEnv *env, ets_intArray array) in PinIntArray() function
2957 PinIntArray,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp1107 buf = (ets_int *)env->PinIntArray(arr); in ETS_EtsNapiTests_printIntArr()