Home
last modified time | relevance | path

Searched defs:treeMap (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DTreeMapTest.js16 const treeMap = new Map(); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DTreeMapTest.ts16 const treeMap: Map<string, number> = new Map(); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DTreeMapTest.java24 TreeMap<String, Integer> treeMap = new TreeMap<>(); in main() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp149 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in JSValueRefIsTreeMapFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp957 JSHandle<JSAPIHashMap> treeMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
994 JSHandle<JSAPIHashMap> treeMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp1379 JSHandle<JSAPITreeMap> treeMap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1414 JSHandle<JSAPITreeMap> treeMap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp297 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in NewJSAPITreeMap() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp611 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in NewJSAPITreeMap() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1237 JSHandle<JSAPITreeMap> treeMap(JSNApiHelper::ToJSHandle(value)); in GetTreeMapValue() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp650 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local
Dffi_workload.cpp5979 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in HWTEST_F_L0() local