Home
last modified time | relevance | path

Searched defs:arrLength (Results 1 – 10 of 10) 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.h185 T *AllocArray(size_t arrLength) in AllocArray()
619 T *AllocArray(size_t arrLength) in AllocArray()
Drunslots_allocator.h454 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arrLength) in AllocArray()
/arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/
Dapi_modifier.cpp121 AbckitInst *arrLength = dynG_->iCreateLdobjbyname(graph, arr, str); in AddParamChecker() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/
Dparameter_check_test.cpp53 abckit::Instruction arrLength = graph.DynIsa().CreateLdobjbyname(arr, str); in AddParamChecker() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/
Dparameter_check_test.cpp59 AbckitInst *arrLength = g_dynG->iCreateLdobjbyname(graph, arr, str); in AddParamChecker() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp482 uint32_t arrLength = propertyArray->GetLength(); in SerializeJSONObject() local
Djson_stringifier_optimized.cpp478 uint32_t arrLength = propertyArray->GetLength(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3219 size_t arrLength = argc - firstArgOffset; in RuntimeOptNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp958 const size_t arrLength = method->GetNumberVRegs() + 1; // 1: env vreg in SaveFrameToContext() local