Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
H A Dweakmapref_fuzzer.cpp52 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_map_test.cpp45 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in CreateMap() local
H A Djs_api_hashmap_test.cpp41 void Update(JSHandle<JSAPIHashMap>& hashMap, JSMutableHandle<JSTaggedValue>& key, in Update() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashmap.cpp44 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(obj); in HashMapConstructor() local
162 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(thisHandle); in ForEach() local
207 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Set() local
267 JSHandle<JSAPIHashMap> hashMap in Get() local
289 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); Remove() local
311 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); HasKey() local
333 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); HasValue() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_third_test.cpp191 CString *hashMap = stringHashMap.GetStringByKey(key); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashmap.cpp36 JSTaggedValue JSAPIHashMap::HasValue(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in HasValue() argument
108 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set() argument
164 void JSAPIHashMap::SetAllLinkedNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSMutableHandle<LinkedNode> node) in SetAllLinkedNode() argument
177 SetAllRBTreeNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSHandle<RBTreeNode> node) SetAllRBTreeNode() argument
205 Remove(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSTaggedValue key) Remove() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp845 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
H A Djsnapi_second_tests.cpp295 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
326 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
366 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
396 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
428 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
1137 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp3488 JSHandle<JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, in NewJSAPIHashMapIterator() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1352 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local
6220 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(vm->GetJSThread()); in New() local

Completed in 33 milliseconds