Home
last modified time | relevance | path

Searched refs:SetAll (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashmap.h35 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
H A Dcontainers_lightweightmap.h38 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
H A Dcontainers_treemap.h39 static JSTaggedValue SetAll(EcmaRuntimeCallInfo *argv);
H A Dcontainers_hashmap.cpp213 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 Dcontainers_treemap.cpp231 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 Dcontainers_lightweightmap.cpp346 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 Dcontainers_private.cpp376 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 Djs_api_hashmap.h37 static void SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src);
H A Djs_api_lightweightmap.h67 static void SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap,
H A Djs_api_hashmap.cpp146 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll() function in panda::ecmascript::JSAPIHashMap
H A Djs_api_lightweightmap.cpp243 void JSAPILightWeightMap::SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, in SetAll() function in JSAPILightWeightMap
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
H A Dcontainerslightweightmapsetall_fuzzer.cpp117 ContainersLightWeightMap::SetAll(callInfo2); in ContainersLightWeightMapSetAllFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_lightweightmap_test.cpp339 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 Dcontainers_hashmap_test.cpp516 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 Dcontainers_treemap_test.cpp636 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 Druntime_call_id.h1009 V(LightWeightMap, SetAll) \
1069 V(HashMap, SetAll) \
1093 V(TreeMap, SetAll) \
H A Dtagged_tree.h458 static JSTaggedValue SetAll(JSThread *thread, JSHandle<TaggedTreeMap> &dst, const JSHandle<TaggedTreeMap> &src);
H A Dtagged_tree.cpp599 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 Dcontainershashmapcommon_fuzzer.h435 ContainersHashMap::SetAll(callInfo1); in ContainersHashMapSetAllFuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp749 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 Dcontainerstreemapcommon_fuzzer.h533 ContainersTreeMap::SetAll(objcallInfo); in ContainersTreeMapSetAllFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_hashmap_test.cpp383 // test SetAll and Get in HWTEST_F_L0()
384 JSAPIHashMap::SetAll(thread, dstHashMap, srcHashMap); in HWTEST_F_L0()
H A Dtagged_tree_test.cpp471 dmap.Update(TaggedTreeMap::SetAll(thread, dmap, smap)); in HWTEST_F_L0()

Completed in 28 milliseconds