Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/etsnative/
Detsnative.cpp25 extern "C" ets_int ETS_GetCreatedVMs(EtsVM **vmBuf, ets_size bufLen, ets_size *nVms) in ETS_GetCreatedVMs()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp95 extern "C" ets_int ETS_GetCreatedVMs(EtsVM **vmBuf, ets_size bufLen, ets_size *nVms) in ETS_GetCreatedVMs()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp52 static EtsObjectArray *ReallocateBuffer(EtsHandle<EtsObjectArray> &bufHandle, uint32_t bufLen) in ReallocateBuffer()