Searched defs:newMap (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_map.cpp | 35 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 D | js_weak_container.cpp | 31 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 D | js_map.cpp | 29 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 D | linked_hash_table.cpp | 187 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread, LinkedHashMap::MIN_CAPACITY, in Clear() local
|
| H A D | js_finalization_registry.cpp | 210 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, maybeUnregister); in CleanupFinalizationRegistry() local
|
| H A D | tagged_dictionary.cpp | 489 auto newMap = PointerToIndexDictionary::Create(thread, map->Size()); in UpdateProtoTransitionTable() local
|
| H A D | tagged_tree.h | 470 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 D | js_api_tree_map.cpp | 37 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 D | tagged_tree_test.cpp | 974 JSHandle<TaggedTreeMap> newMap = JSHandle<TaggedTreeMap>::Cast(resOfDelete); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_source_text.cpp | 726 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