Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp232 size_t elementsLen = elements->GetLength(); in ParseConstPool() local
304 size_t elementsLen = elements->GetLength(); in ParseFuncAndLiteralConstPool() local
Dprogram_object.h591 size_t elementsLen = elements->GetLength(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp744 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, obj); in GetAllElementKeys() local
778 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, obj); in GetAllElementKeysByFilter() local
801 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, obj); in GetALLElementKeysIntoVector() local
841 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, obj); in CollectEnumElements() local
876 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, obj); in GetEnumElementKeys() local
945 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread, this); in GetNumberOfElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp878 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread_, obj); in SerializeElements() local
Djson_stringifier_optimized.cpp856 uint32_t elementsLen = ElementAccessor::GetElementsLength(thread_, obj); in SerializeElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp936 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetEnumElementKeys() local
1540 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetAllElementKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9318 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetNumberOfElements() local