Home
last modified time | relevance | path

Searched defs:newMap (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_map.cpp35 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local
59 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Clear(thread, mapHandle); in Clear() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_weak_container.cpp31 JSHandle<LinkedHashMap> newMap = LinkedHashMap::SetWeakRef(thread, mapHandle, key, value); in Set() local
44 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, mapHandle); in Delete() local
H A Djs_map.cpp29 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local
48 JSHandle<LinkedHashMap> newMap = linkedMap->Clear(thread, mapHandle); in Clear() local
H A Dlinked_hash_table.cpp187 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread, LinkedHashMap::MIN_CAPACITY, in Clear() local
H A Djs_finalization_registry.cpp210 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, maybeUnregister); in CleanupFinalizationRegistry() local
H A Dtagged_dictionary.cpp489 auto newMap = PointerToIndexDictionary::Create(thread, map->Size()); in UpdateProtoTransitionTable() local
H A Dtagged_tree.h470 inline void CopyEntry(const JSThread *thread, int parent, const JSHandle<TaggedTreeMap> &newMap, int index) in CopyEntry() argument
529 inline void CopyEntry(const JSThread *thread, int parent, const JSHandle<TaggedTreeSet> &newMap, int index) in CopyEntry() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_tree_map.cpp37 JSTaggedValue newMap = TaggedTreeMap::Set(thread, mapHandle, key, value); in Set() local
77 JSTaggedValue newMap = TaggedTreeMap::Delete(thread, mapHandle, entry); in Delete() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_tree_test.cpp974 JSHandle<TaggedTreeMap> newMap = JSHandle<TaggedTreeMap>::Cast(resOfDelete); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp726 JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, moduleNamespace, in ModuleDeclarationEnvironmentSetup() local
751 JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, resolution, in ModuleDeclarationEnvironmentSetup() local

Completed in 11 milliseconds