Home
last modified time | relevance | path

Searched defs:callInfo1 (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/
Dcontainershashmapcommon_fuzzer.h164 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapClearFuzzTest() local
188 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapForEachFuzzTest() local
214 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapGetFuzzTest() local
239 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapGetLengthFuzzTest() local
263 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasKeyFuzzTest() local
288 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasValueFuzzTest() local
336 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapKeysFuzzTest() local
360 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapRemoveFuzzTest() local
385 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapReplaceFuzzTest() local
431 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapSetAllFuzzTest() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h154 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetFirstElementFuzzTest() local
183 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() local
213 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetLastElementFuzzTest() local
242 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorHasFuzzTest() local
297 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorRemoveFuzzTest() local
327 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorSetFuzzTest() local
357 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetLastIndexOfFuzzTest() local
386 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetLastIndexFromFuzzTest() local
416 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetIndexFromFuzzTest() local
460 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorRemoveByRangeFuzzTest() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h195 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeGetFirstFuzzTest() local
233 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeGetLastFuzzTest() local
303 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersDequeHasFuzzTest() local
340 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequePopFirstFuzzTest() local
376 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequePopLastFuzzTest() local
417 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeIteratorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp457 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
483 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
526 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
570 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
615 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
749 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
Dcontainerslightweightmapforeach_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/
Dcontainerslistsort_fuzzer.cpp111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/
Dcontainerslistforeach_fuzzer.cpp111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
Dcontainerslightweightmapisempty_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/
Dcontainerslistclear_fuzzer.cpp111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/
Dcontainerslightweightmapremove_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dcontainerslightweightmaphasall_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapHasAllhFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/
Dcontainerslistremove_fuzzer.cpp111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapEntriesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
Dcontainerslightweightmaptostring_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapToStringFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
Dcontainerslightweightmapclear_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/
Dcontainerslistremovebyindex_fuzzer.cpp112 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/
Dcontainerslightweightmaplength_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer/
Dcontainerslightweightsetforeach_fuzzer.cpp108 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 means the value in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetaddall_fuzzer/
Dcontainerslightweightsetaddall_fuzzer.cpp107 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
Dcontainerslightweightmapsetall_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAllFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/
Dcontainerslistgetindexof_fuzzer.cpp112 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainerslistGetIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethasall_fuzzer/
Dcontainerslightweightsethasall_fuzzer.cpp107 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/
Dcontainerslightweightmapsetandget_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAndGetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/
Dcontainerslightweightmapat_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapAtFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/
Dcontainerslightweightmapvalues_fuzzer.cpp107 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapValuesFuzzTest() local

12