Home
last modified time | relevance | path

Searched defs:hashMap (Results 1 – 18 of 18) 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()
108 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set()
164 void JSAPIHashMap::SetAllLinkedNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSMutableHand… in SetAllLinkedNode()
177 void JSAPIHashMap::SetAllRBTreeNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSHandle<RBTr… in SetAllRBTreeNode()
205 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
331 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.cpp52 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp597 JSHandle<LinkedHashMap> hashMap(thread_, sharedMap->GetLinkedMap()); in SerializeJSONSharedMap() local
614 JSHandle<LinkedHashMap> hashMap(thread_, jsMap->GetLinkedMap()); in SerializeJSONMap() local
635 JSHandle<JSAPIHashMap> hashMap(value); in SerializeJSONHashMap() local
724 bool JsonStringifier::SerializeLinkedHashMap(const JSHandle<LinkedHashMap> &hashMap, in SerializeLinkedHashMap()
/arkcompiler/ets_runtime/ecmascript/napi/test/
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); in HWTEST_F_L0() local
Djsnapi_third_tests.cpp854 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
/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/builtins/
Dbuiltins_map.cpp180 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap()); in ForEach() local
Dbuiltins_shared_map.cpp174 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap()); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp600 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp987 JSHandle<JSAPIHashMap> hashMap(JSNApiHelper::ToJSHandle(value)); in GetHashMapValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1437 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local
6416 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3679 …JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, in NewJSAPIHashMapIterator()