Home
last modified time | relevance | path

Searched defs:hashMap (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp51 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(obj); in HashMapConstructor() local
148 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(thisHandle); in ForEach() local
193 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Set() local
253 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Get() local
275 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Remove() local
297 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasKey() local
319 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp40 JSTaggedValue JSAPIHashMap::HasValue(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in HasValue()
112 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set()
168 void JSAPIHashMap::SetAllLinkedNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSMutableHand… in SetAllLinkedNode()
183 void JSAPIHashMap::SetAllRBTreeNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSHandle<RBTr… in SetAllRBTreeNode()
211 JSTaggedValue JSAPIHashMap::Remove(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSTaggedValue … in Remove()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp103 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
147 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
213 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
278 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
347 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
380 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
Djs_map_test.cpp70 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in CreateMap() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_map.cpp182 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap()); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp511 CString *hashMap = stringHashMap.GetStringByKey(key); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp903 JSHandle<JSAPIHashMap> hashMap(JSNApiHelper::ToJSHandle(value)); in GetHashMapValue() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2750 …JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, in NewJSAPIHashMapIterator()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2560 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local