Searched defs:externalData (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_arraybuffer.h | 91 static EtsEscompatArrayBuffer *Create(EtsCoroutine *coro, void *externalData, size_t length, in Create()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/array_buffer/ |
| D | native_test.cpp | 217 auto *externalData = new int64_t[THREE]; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 2774 static ets_status DoCreateArrayBuffer(ets_env *env, void *externalData, size_t length, EtsFinalize … in DoCreateArrayBuffer() 2813 NO_UB_SANITIZE static ets_status ArrayBufferCreateExternal(ets_env *env, void *externalData, size_t… in ArrayBufferCreateExternal()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani_interaction_api.cpp | 5895 static ani_status DoCreateArrayBuffer(ani_env *env, [[maybe_unused]] void *externalData, size_t len… in DoCreateArrayBuffer()
|