Home
last modified time | relevance | path

Searched defs:tmap (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_test.cpp104 JSHandle<JSAPITreeMap> tmap(thread, CreateTreeMap()); in HWTEST_F_L0() local
142 JSHandle<JSAPITreeMap> tmap(thread, CreateTreeMap()); in HWTEST_F_L0() local
196 JSHandle<JSAPITreeMap> tmap(thread, CreateTreeMap()); in HWTEST_F_L0() local
280 JSHandle<JSAPITreeMap> tmap(thread, CreateTreeMap()); in HWTEST_F_L0() local
344 JSHandle<JSAPITreeMap> tmap(thread, CreateTreeMap()); in HWTEST_F_L0() local
Dtagged_tree_test.cpp189 JSHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread, NODE_NUMBERS)); in HWTEST_F_L0() local
210 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread, NODE_NUMBERS)); in HWTEST_F_L0() local
276 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
340 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
369 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
412 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
451 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
481 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
555 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
754 JSMutableHandle<TaggedTreeMap> tmap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.cpp266 JSTaggedValue tmap = TaggedTreeMap::SetAll(thread, dmap, smap); in SetAll() local
313 JSHandle<TaggedTreeMap> tmap(thread, map->GetTreeMap()); in GetLowerKey() local
337 JSHandle<TaggedTreeMap> tmap(thread, map->GetTreeMap()); in GetHigherKey() local
425 JSHandle<JSAPITreeMap> tmap = JSHandle<JSAPITreeMap>::Cast(self); in ForEach() local
Dcontainers_lightweightmap.cpp540 JSHandle<JSAPILightWeightMap> tmap = JSHandle<JSAPILightWeightMap>::Cast(self); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp191 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
264 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
354 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
456 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
547 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
734 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
854 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1014 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1125 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1268 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(func.GetTaggedValue()); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/
Dcontainerstreemaphasvalue_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/
Dcontainerstreemapisempty_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphaskey_fuzzer/
Dcontainerstreemaphaskey_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapconstructor_fuzzer/
Dcontainerstreemapconstructor_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapget_fuzzer/
Dcontainerstreemapget_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapset_fuzzer/
Dcontainerstreemapset_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapkeys_fuzzer/
Dcontainerstreemapkeys_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapKeysFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapremove_fuzzer/
Dcontainerstreemapremove_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapclear_fuzzer/
Dcontainerstreemapclear_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetlowerkey_fuzzer/
Dcontainerstreemapgetlowerkey_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetLowerKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapentries_fuzzer/
Dcontainerstreemapentries_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapEntriesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetfirstkey_fuzzer/
Dcontainerstreemapgetfirstkey_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetFirstKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgethigherkey_fuzzer/
Dcontainerstreemapgethigherkey_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetHigherKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetlastkey_fuzzer/
Dcontainerstreemapgetlastkey_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetLastKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapvalues_fuzzer/
Dcontainerstreemapvalues_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapValuesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapsetall_fuzzer/
Dcontainerstreemapsetall_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapSetAllFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetlength_fuzzer/
Dcontainerstreemapgetlength_fuzzer.cpp100 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapGetLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapreplace_fuzzer/
Dcontainerstreemapreplace_fuzzer.cpp101 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapReplaceFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapforeach_fuzzer/
Dcontainerstreemapforeach_fuzzer.cpp106 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapForEachFuzzTest() local