/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/ |
D | containersvectorcommon_fuzzer.h | 150 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/ |
D | containersdequecommon_fuzzer.h | 193 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/ |
D | containerslightweightmapentries_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapEntriesFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_vector_test.cpp | 456 … 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/ |
D | containerslightweightmaptostring_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapToStringFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/ |
D | containerslistclear_fuzzer.cpp | 109 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer/ |
D | containerslightweightsetforeach_fuzzer.cpp | 106 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 means the value in ContainersLightWeightSetFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/ |
D | containerslightweightmaplength_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapLengthFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/ |
D | containerslistgetindexof_fuzzer.cpp | 110 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainerslistGetIndexOfFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer/ |
D | containershashmapget_fuzzer.cpp | 105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapGetFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphasvalue_fuzzer/ |
D | containershashmaphasvalue_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasValueFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer/ |
D | containershashmapforeach_fuzzer.cpp | 105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapForEachFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/ |
D | containerslightweightmapisempty_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapIsEmptyFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer/ |
D | containershashmaphaskey_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasKeyFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/ |
D | containerslightweightmapclear_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapClearFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/ |
D | containerslistsort_fuzzer.cpp | 109 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer/ |
D | containershashmapreplace_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapReplaceFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer/ |
D | containershashmapvalues_fuzzer.cpp | 105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapValuesFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/ |
D | containerslistforeach_fuzzer.cpp | 109 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistForEachFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/ |
D | containerslightweightmapforeach_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapForEachFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/ |
D | containerslistremove_fuzzer.cpp | 109 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/ |
D | containerslightweightmaphasall_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapHasAllhFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/ |
D | containerslistremovebyindex_fuzzer.cpp | 110 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetaddall_fuzzer/ |
D | containerslightweightsetaddall_fuzzer.cpp | 105 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/ |
D | containerslightweightmapsetall_fuzzer.cpp | 103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAllFuzzTest() local
|