Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp234 size_t elementsLen = elements->GetLength(); in ParseConstPool() local
306 size_t elementsLen = elements->GetLength(); in ParseFuncAndLiteralConstPool() local
Dprogram_object.h589 size_t elementsLen = elements->GetLength(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp650 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in GetAllElementKeys() local
684 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in GetAllElementKeysByFilter() local
707 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in GetALLElementKeysIntoVector() local
748 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in CollectEnumElementsAlongProtoChain() local
783 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in GetEnumElementKeys() local
852 uint32_t elementsLen = ElementAccessor::GetElementsLength(this); in GetNumberOfElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp1049 uint32_t elementsLen = ElementAccessor::GetElementsLength(obj); in SerializeElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp952 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetEnumElementKeys() local
1554 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetAllElementKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8642 GateRef elementsLen = GetLengthOfTaggedArray(elements); in GetNumberOfElements() local