Home
last modified time | relevance | path

Searched refs:callInfo2 (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
Dcontainerslightweightmapsetall_fuzzer.cpp111 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersLightWeightMapSetAllFuzzTest() local
112 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapSetAllFuzzTest()
113 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest()
114 callInfo2->SetCallArg(0, oldLightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest()
115 ContainersLightWeightMap::SetAll(callInfo2); in ContainersLightWeightMapSetAllFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/
Dcontainerslightweightmapsetandget_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersLightWeightMapSetAndGetFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapSetAndGetFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAndGetFuzzTest()
113 callInfo2->SetCallArg(0, JSTaggedValue(input)); in ContainersLightWeightMapSetAndGetFuzzTest()
114 ContainersLightWeightMap::Get(callInfo2); in ContainersLightWeightMapSetAndGetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
Dcontainerslightweightmaptostring_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapToStringFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapToStringFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapToStringFuzzTest()
113 ContainersLightWeightMap::ToString(callInfo2); in ContainersLightWeightMapToStringFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/
Dcontainerslightweightmaplength_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapLengthFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapLengthFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapLengthFuzzTest()
113 ContainersLightWeightMap::Length(callInfo2); in ContainersLightWeightMapLengthFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
Dcontainerslightweightmapisempty_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapIsEmptyFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapIsEmptyFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapIsEmptyFuzzTest()
113 ContainersLightWeightMap::IsEmpty(callInfo2); in ContainersLightWeightMapIsEmptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapisempty_fuzzer/
Dcontainershashmapisempty_fuzzer.cpp104 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapIsEmptyFuzzTest() local
105 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersHashMapIsEmptyFuzzTest()
106 callInfo2->SetThis(tMap.GetTaggedValue()); in ContainersHashMapIsEmptyFuzzTest()
107 ContainersHashMap::IsEmpty(callInfo2); in ContainersHashMapIsEmptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
Dcontainerslightweightmapclear_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapClearFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapClearFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapClearFuzzTest()
113 ContainersLightWeightMap::Clear(callInfo2); in ContainersLightWeightMapClearFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapentries_fuzzer/
Dcontainershashmapentries_fuzzer.cpp105 auto callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapEntriesFuzzTest() local
106 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersHashMapEntriesFuzzTest()
107 callInfo2->SetThis(tMap.GetTaggedValue()); in ContainersHashMapEntriesFuzzTest()
108 ContainersHashMap::Entries(callInfo2); in ContainersHashMapEntriesFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
Dcontainerslightweightmapforeach_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapForEachFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapForEachFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapForEachFuzzTest()
113 ContainersLightWeightMap::ForEach(callInfo2); in ContainersLightWeightMapForEachFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dcontainerslightweightmaphasall_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapHasAllhFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapHasAllhFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapHasAllhFuzzTest()
113 ContainersLightWeightMap::HasAll(callInfo2); in ContainersLightWeightMapHasAllhFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/
Dcontainerslightweightmapremove_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapRemoveFuzzTest() local
111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapRemoveFuzzTest()
112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapRemoveFuzzTest()
113 ContainersLightWeightMap::Remove(callInfo2); in ContainersLightWeightMapRemoveFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/
Dcontainerslightweightmapvalues_fuzzer.cpp113 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapValuesFuzzTest() local
114 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapValuesFuzzTest()
115 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapValuesFuzzTest()
116 JSHandle<JSTaggedValue> iterValues(thread, ContainersLightWeightMap::Values(callInfo2)); in ContainersLightWeightMapValuesFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/
Dcontainerslightweightmapkeys_fuzzer.cpp113 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapKeysFuzzTest() local
114 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapKeysFuzzTest()
115 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapKeysFuzzTest()
116 JSHandle<JSTaggedValue> iterKeys(thread, ContainersLightWeightMap::Keys(callInfo2)); in ContainersLightWeightMapKeysFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp343 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local
344 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0()
345 callInfo2->SetThis(iterValues.GetTaggedValue()); in HWTEST_F_L0()
347 [[maybe_unused]] auto prev1 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0()
348 result.Update(JSAPIHashSetIterator::Next(callInfo2)); in HWTEST_F_L0()
Dcontainers_vector_test.cpp629 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
630 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0()
631 callInfo2->SetThis(vector.GetTaggedValue()); in HWTEST_F_L0()
632 callInfo2->SetCallArg(0, longArray.GetTaggedValue()); in HWTEST_F_L0()
634 [[maybe_unused]] auto prev2 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0()
635 ContainersVector::CopyToArray(callInfo2); in HWTEST_F_L0()
Dcontainers_treeset_test.cpp870 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local
871 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0()
872 callInfo2->SetThis(tset.GetTaggedValue()); in HWTEST_F_L0()
873 [[maybe_unused]] auto prev2 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0()
874 JSHandle<JSTaggedValue> iter(thread, ContainersTreeSet::Entries(callInfo2)); in HWTEST_F_L0()
Dcontainers_hashmap_test.cpp383 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local
384 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0()
385 callInfo2->SetThis(tMap.GetTaggedValue()); in HWTEST_F_L0()
386 [[maybe_unused]] auto prev6 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0()
387 JSHandle<JSTaggedValue> iter(thread, ContainersHashMap::Entries(callInfo2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h694 auto callInfo2 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLinkedListForEachFuzzTest() local
698 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLinkedListForEachFuzzTest()
699 callInfo2->SetThis(linkedList.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest()
700 callInfo2->SetCallArg(0, func.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest()
701 callInfo2->SetCallArg(1, newLinkedlist.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest()
702 containers::ContainersLinkedList::ForEach(callInfo2); in ContainersLinkedListForEachFuzzTest()