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.js80 let dmap = new fastmap(); variable
Dcontainer_treemap.js77 let dmap = new fastmap(); variable
Dcontainer_hashmap.js78 let dmap = new fastmap(); variable
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapforeach_fuzzer/
Dcontainerstreemapforeach_fuzzer.cpp115 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(thread); in ContainersTreeMapForEachFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.cpp263 JSHandle<TaggedTreeMap> dmap(thread, dst->GetTreeMap()); in SetAll() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp654 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1141 JSHandle<JSAPITreeMap> dmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp520 JSMutableHandle<TaggedTreeMap> dmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local