Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h150 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetFirstElementFuzzTest() local
177 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() local
205 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetLastElementFuzzTest() local
232 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorHasFuzzTest() local
283 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorRemoveFuzzTest() local
312 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorSetFuzzTest() local
341 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetLastIndexOfFuzzTest() local
369 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetLastIndexFromFuzzTest() local
398 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetIndexFromFuzzTest() local
441 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorRemoveByRangeFuzzTest() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h193 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeGetFirstFuzzTest() local
229 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeGetLastFuzzTest() local
296 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersDequeHasFuzzTest() local
334 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequePopFirstFuzzTest() local
370 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequePopLastFuzzTest() local
409 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersDequeIteratorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapEntriesFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp456 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
482 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
525 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
569 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
614 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
748 … auto callInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
Dcontainerslightweightmaptostring_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapToStringFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/
Dcontainerslistclear_fuzzer.cpp109 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer/
Dcontainerslightweightsetforeach_fuzzer.cpp106 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 means the value in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/
Dcontainerslightweightmaplength_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/
Dcontainerslistgetindexof_fuzzer.cpp110 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainerslistGetIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer/
Dcontainershashmapget_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapGetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphasvalue_fuzzer/
Dcontainershashmaphasvalue_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer/
Dcontainershashmapforeach_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
Dcontainerslightweightmapisempty_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer/
Dcontainershashmaphaskey_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
Dcontainerslightweightmapclear_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/
Dcontainerslistsort_fuzzer.cpp109 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer/
Dcontainershashmapreplace_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapReplaceFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer/
Dcontainershashmapvalues_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapValuesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/
Dcontainerslistforeach_fuzzer.cpp109 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
Dcontainerslightweightmapforeach_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/
Dcontainerslistremove_fuzzer.cpp109 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dcontainerslightweightmaphasall_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapHasAllhFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/
Dcontainerslistremovebyindex_fuzzer.cpp110 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetaddall_fuzzer/
Dcontainerslightweightsetaddall_fuzzer.cpp105 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
Dcontainerslightweightmapsetall_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAllFuzzTest() local

12