Home
last modified time | relevance | path

Searched defs:totalElements (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.cpp56 int totalElements = map->NumberOfElements() + map->NumberOfDeletedElements(); in NextInternal() local
134 int totalElements = map->NumberOfElements() + map->NumberOfDeletedElements(); in MapIteratorToList() local
Djs_set_iterator.cpp55 int totalElements = set->NumberOfElements() + set->NumberOfDeletedElements(); in NextInternal() local
Djs_finalization_registry.cpp199 …int totalElements = maybeUnregister->NumberOfElements() + maybeUnregister->NumberOfDeletedElements… in CleanupFinalizationRegistry() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set_iterator.cpp50 int totalElements = set->NumberOfElements() + set->NumberOfDeletedElements(); in NextInternal() local
Djs_shared_map_iterator.cpp51 int totalElements = map->NumberOfElements() + map->NumberOfDeletedElements(); in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp201 int totalElements = hashSet->NumberOfElements() + hashSet->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_shared_set.cpp200 int totalElements = hashSet->NumberOfElements() + hashSet->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_map.cpp183 int totalElements = hashMap->NumberOfElements() + hashMap->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_shared_map.cpp177 int totalElements = hashMap->NumberOfElements() + hashMap->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_string.cpp2340 uint32_t totalElements = EcmaStringAccessor(iteratedString).GetLength(); in StringToList() local
2375 uint32_t totalElements = EcmaStringAccessor(iteratedString).GetLength(); in StringToSList() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp668 int totalElements = hashMap->NumberOfElements() + hashMap->NumberOfDeletedElements(); in SerializeLinkedHashMap() local
710 int totalElements = hashSet->NumberOfElements() + hashSet->NumberOfDeletedElements(); in SerializeLinkedHashSet() local
Djson_stringifier_optimized.cpp658 int totalElements = hashMap->NumberOfElements() + hashMap->NumberOfDeletedElements(); in SerializeLinkedHashMap() local
698 int totalElements = hashSet->NumberOfElements() + hashSet->NumberOfDeletedElements(); in SerializeLinkedHashSet() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2432 int32_t totalElements = weakMap->GetTotalElements(vm_); in HWTEST_F_L0() local