/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_hashmap.h | 35 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
|
H A D | containers_lightweightmap.h | 38 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
|
H A D | containers_treemap.h | 39 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
|
H A D | containers_hashmap.cpp | 213 JSTaggedValue ContainersHashMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() function in panda::ecmascript::containers::ContainersHashMap 217 BUILTINS_API_TRACE(thread, HashMap, SetAll); in SetAll() 246 JSAPIHashMap::SetAll(thread, targetMap, sourceMap); in SetAll()
|
H A D | containers_treemap.cpp | 231 JSTaggedValue ContainersTreeMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() function in panda::ecmascript::containers::ContainersTreeMap 233 BUILTINS_API_TRACE(argv->GetThread(), TreeMap, SetAll); in SetAll() 267 JSTaggedValue tmap = TaggedTreeMap::SetAll(thread, dmap, smap); in SetAll()
|
H A D | containers_lightweightmap.cpp | 346 JSTaggedValue ContainersLightWeightMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() function in panda::ecmascript::containers::ContainersLightWeightMap 350 BUILTINS_API_TRACE(thread, LightWeightMap, SetAll); in SetAll() 380 JSAPILightWeightMap::SetAll(thread, JSHandle<JSAPILightWeightMap>::Cast(self), in SetAll()
|
H A D | containers_private.cpp | 376 SetFrozenFunction(thread, funcPrototype, "setAll", ContainersLightWeightMap::SetAll, FuncLength::ONE); in InitializeLightWeightMap() 510 SetFrozenFunction(thread, mapFuncPrototype, "setAll", ContainersTreeMap::SetAll, FuncLength::ONE); in InitializeTreeMap() 1186 SetFrozenFunction(thread, hashMapFuncPrototype, "setAll", ContainersHashMap::SetAll, FuncLength::ONE); in InitializeHashMap()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_hashmap.h | 37 static void SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src);
|
H A D | js_api_lightweightmap.h | 67 static void SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap,
|
H A D | js_api_hashmap.cpp | 146 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll() function in panda::ecmascript::JSAPIHashMap
|
H A D | js_api_lightweightmap.cpp | 243 void JSAPILightWeightMap::SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, in SetAll() function in JSAPILightWeightMap
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/ |
H A D | containerslightweightmapsetall_fuzzer.cpp | 117 ContainersLightWeightMap::SetAll(callInfo2); in ContainersLightWeightMapSetAllFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_lightweightmap_test.cpp | 339 HWTEST_F_L0(ContainersLightWeightMapTest, SetAll) in HWTEST_F_L0() 366 ContainersLightWeightMap::SetAll(callInfo); in HWTEST_F_L0() 614 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersLightWeightMap, SetAll); in HWTEST_F_L0() 635 CONTAINERS_API_EXCEPTION_TEST(ContainersLightWeightMap, SetAll, callInfo); in HWTEST_F_L0()
|
H A D | containers_hashmap_test.cpp | 516 HWTEST_F_L0(ContainersHashMapTest, SetAll) in HWTEST_F_L0() 542 ContainersHashMap::SetAll(callInfo); in HWTEST_F_L0() 588 ContainersHashMap::SetAll(callInfo); in HWTEST_F_L0() 980 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersHashMap, SetAll); in HWTEST_F_L0() 998 CONTAINERS_API_EXCEPTION_TEST(ContainersHashMap, SetAll, callInfo); in HWTEST_F_L0()
|
H A D | containers_treemap_test.cpp | 636 HWTEST_F_L0(ContainersTreeMapTest, SetAll) in HWTEST_F_L0() 662 ContainersTreeMap::SetAll(callInfo); in HWTEST_F_L0() 708 ContainersTreeMap::SetAll(callInfo); in HWTEST_F_L0() 1400 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersTreeMap, SetAll); in HWTEST_F_L0() 1416 CONTAINERS_API_EXCEPTION_TEST(ContainersTreeMap, SetAll, callInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 1009 V(LightWeightMap, SetAll) \ 1069 V(HashMap, SetAll) \ 1093 V(TreeMap, SetAll) \
|
H A D | tagged_tree.h | 458 static JSTaggedValue SetAll(JSThread *thread, JSHandle<TaggedTreeMap> &dst, const JSHandle<TaggedTreeMap> &src);
|
H A D | tagged_tree.cpp | 599 JSTaggedValue TaggedTreeMap::SetAll(JSThread *thread, JSHandle<TaggedTreeMap> &dst, const JSHandle<TaggedTreeMap> &src) in SetAll() function in panda::ecmascript::TaggedTreeMap
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/ |
H A D | containershashmapcommon_fuzzer.h | 435 ContainersHashMap::SetAll(callInfo1); in ContainersHashMapSetAllFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 749 reinterpret_cast<uintptr_t>(HashMap::SetAll), 777 reinterpret_cast<uintptr_t>(LightWeightMap::SetAll), 820 reinterpret_cast<uintptr_t>(TreeMap::SetAll),
|
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/ |
H A D | containerstreemapcommon_fuzzer.h | 533 ContainersTreeMap::SetAll(objcallInfo); in ContainersTreeMapSetAllFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_hashmap_test.cpp | 383 // test SetAll and Get in HWTEST_F_L0() 384 JSAPIHashMap::SetAll(thread, dstHashMap, srcHashMap); in HWTEST_F_L0()
|
H A D | tagged_tree_test.cpp | 471 dmap.Update(TaggedTreeMap::SetAll(thread, dmap, smap)); in HWTEST_F_L0()
|