Home
last modified time | relevance | path

Searched defs:arrLength (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h236 T *ArenaAllocatorT<USE_OOM_HANDLER>::AllocArray(size_t arrLength) in AllocArray()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h183 T *AllocArray(size_t arrLength) in AllocArray()
600 T *AllocArray(size_t arrLength) in AllocArray()
Drunslots_allocator.h442 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arrLength) in AllocArray()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp481 uint32_t arrLength = propertyArray->GetLength(); in SerializeJSONObject() local
Dfast_json_stringifier.cpp219 uint32_t arrLength = propertyArray->GetLength(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3029 size_t arrLength = argc - firstArgOffset; in RuntimeOptNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp882 const size_t arrLength = method->GetNumberVRegs() + 1; // 1: env vreg in SaveFrameToContext() local