Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp175 ASSERT_DEATH(env_->PinFloatArray(nullptr), ""); in TEST_F()
Darray_native_test.cpp317 ets_float *buf = env_->PinFloatArray(array); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h389 ets_float *(*PinFloatArray)(EtsEnv *env, ets_floatArray array); member
1377 ets_float *PinFloatArray(ets_floatArray array) in PinFloatArray() function
1379 return native_interface->PinFloatArray(this, array); in PinFloatArray()
Dets_napi_native_interface.cpp2228 NO_UB_SANITIZE static ets_float *PinFloatArray(EtsEnv *env, ets_floatArray array) in PinFloatArray() function
2959 PinFloatArray,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp1135 buf = (ets_float *)env->PinFloatArray(arr); in ETS_EtsNapiTests_printFloatArr()