Home
last modified time | relevance | path

Searched defs:dmap (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_lightweightmap.js58 let dmap = new fastmap(); variable
Dcontainer_hashmap.js65 let dmap = new fastmap(); variable
Dcontainer_treemap.js49 let dmap = new fastmap(); variable
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.cpp263 JSHandle<TaggedTreeMap> dmap(thread, dst->GetTreeMap(thread)); in SetAll() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/
Dcontainerstreemapcommon_fuzzer.h193 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(thread); in ContainersTreeMapForEachFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp654 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1143 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp461 JSMutableHandle<TaggedTreeMap> dmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local