Home
last modified time | relevance | path

Searched refs:elementsLen (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp456 uint32_t elementsLen = elements->GetLength(); in GetAllElementKeys() local
457 for (uint32_t i = 0, j = elementIndex; i < elementsLen; ++i) { in GetAllElementKeys()
490 uint32_t elementsLen = elements->GetLength(); in GetAllElementKeysByFilter() local
491 for (uint32_t i = 0; i < elementsLen; ++i) { in GetAllElementKeysByFilter()
513 uint32_t elementsLen = elements->GetLength(); in GetALLElementKeysIntoVector() local
514 for (uint32_t i = 0; i < elementsLen; ++i) { in GetALLElementKeysIntoVector()
545 uint32_t elementsLen = arr->GetLength(); in GetEnumElementKeys() local
547 for (uint32_t i = 0; i < elementsLen; ++i) { in GetEnumElementKeys()
574 uint32_t elementsLen = elements->GetLength(); in GetEnumElementKeys() local
575 for (uint32_t i = 0, j = elementIndex; i < elementsLen; ++i) { in GetEnumElementKeys()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h285 size_t elementsLen = elements->GetLength(); in GetLiteralFromCache() local
286 … for (size_t i = 0; i < elementsLen; i += 2) { // 2: Each literal buffer has a pair of key-value. in GetLiteralFromCache()
Dpanda_file_translator.cpp180 size_t elementsLen = elements->GetLength(); in ParseConstPool() local
181 …for (size_t i = 0; i < elementsLen; i += 2) { // 2: Each literal buffer contains a pair of key-va… in ParseConstPool()
250 size_t elementsLen = elements->GetLength(); in ParseFuncAndLiteralConstPool() local
251 …for (size_t i = 0; i < elementsLen; i += 2) { // 2: Each literal buffer contains a pair of key-va… in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp681 uint32_t elementsLen = elementsArr->GetLength(); in SerializeElements() local
682 for (uint32_t i = 0; i < elementsLen; ++i) { in SerializeElements()