Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp269 int numElements = 32; in HWTEST_F_L0() local
298 int numElements = 33; in HWTEST_F_L0() local
325 int numElements = 33; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_gc.cpp206 uint32_t numElements = static_cast<uint32_t>(sizeInBytes / sizeof(TaggedType)); in AllocateArrayObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp68 static uint32_t GetNewBufferLength(uint32_t currentLength, uint32_t numElements) in GetNewBufferLength()