Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DHashMapTest.ts16 const hashMap: Map<string, number> = new Map(); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DHashMapTest.js16 const hashMap = new Map(); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DHashMapTest.java24 HashMap<String, Integer> hashMap = new HashMap<>(); in main() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp36 JSTaggedValue JSAPIHashMap::HasValue(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in HasValue()
107 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set()
163 void JSAPIHashMap::SetAllLinkedNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSMutableHand… in SetAllLinkedNode()
176 void JSAPIHashMap::SetAllRBTreeNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSHandle<RBTr… in SetAllRBTreeNode()
204 JSTaggedValue JSAPIHashMap::Remove(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSTaggedValue … in Remove()
/arkcompiler/ets_runtime/ecmascript/containers/
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 = JSHandle<JSAPIHashMap>::Cast(self); in Get() local
289 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Remove() local
311 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasKey() local
333 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp41 void Update(JSHandle<JSAPIHashMap>& hashMap, JSMutableHandle<JSTaggedValue>& key, in Update()
69 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
108 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
169 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
229 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
298 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
335 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
384 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
436 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
Djs_map_test.cpp45 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in CreateMap() local
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
Dweakmapref_fuzzer.cpp50 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp551 JSHandle<LinkedHashMap> hashMap(thread_, sharedMap->GetLinkedMap(thread_)); in SerializeJSONSharedMap() local
568 JSHandle<LinkedHashMap> hashMap(thread_, jsMap->GetLinkedMap(thread_)); in SerializeJSONMap() local
585 JSHandle<JSAPIHashMap> hashMap(value); in SerializeJSONHashMap() local
662 bool JsonStringifier::SerializeLinkedHashMap(const JSHandle<LinkedHashMap> &hashMap, in SerializeLinkedHashMap()
Djson_stringifier_optimized.cpp546 JSHandle<LinkedHashMap> hashMap(thread_, sharedMap->GetLinkedMap(thread_)); in SerializeJSONSharedMap() local
563 JSHandle<LinkedHashMap> hashMap(thread_, jsMap->GetLinkedMap(thread_)); in SerializeJSONMap() local
579 JSHandle<JSAPIHashMap> hashMap(value); in SerializeJSONHashMap() local
653 bool JsonStringifier::SerializeLinkedHashMap(const JSHandle<LinkedHashMap> &hashMap, in SerializeLinkedHashMap()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_third_test.cpp191 CString *hashMap = stringHashMap.GetStringByKey(key); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp300 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
331 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
372 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
403 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
436 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
1147 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
Djsnapi_third_tests.cpp839 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_map.cpp180 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap(thread)); in ForEach() local
Dbuiltins_shared_map.cpp174 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap(thread)); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp601 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1014 JSHandle<JSAPIHashMap> hashMap(JSNApiHelper::ToJSHandle(value)); in GetHashMapValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1475 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local
6882 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3771 …JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, in NewJSAPIHashMapIterator()