| /arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/ |
| D | containershashmapcommon_fuzzer.h | 164 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/ |
| D | containersvectorcommon_fuzzer.h | 154 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/ |
| D | containersdequecommon_fuzzer.h | 195 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/ |
| D | containers_vector_test.cpp | 457 … 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/ |
| D | containerslightweightmapforeach_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapForEachFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/ |
| D | containerslistsort_fuzzer.cpp | 111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/ |
| D | containerslistforeach_fuzzer.cpp | 111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistForEachFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/ |
| D | containerslightweightmapisempty_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapIsEmptyFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/ |
| D | containerslistclear_fuzzer.cpp | 111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/ |
| D | containerslightweightmapremove_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapRemoveFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/ |
| D | containerslightweightmaphasall_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapHasAllhFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/ |
| D | containerslistremove_fuzzer.cpp | 111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/ |
| D | containerslightweightmapentries_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapEntriesFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/ |
| D | containerslightweightmaptostring_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapToStringFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/ |
| D | containerslightweightmapclear_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapClearFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/ |
| D | containerslistremovebyindex_fuzzer.cpp | 112 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/ |
| D | containerslightweightmaplength_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapLengthFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer/ |
| D | containerslightweightsetforeach_fuzzer.cpp | 108 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 means the value in ContainersLightWeightSetFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetaddall_fuzzer/ |
| D | containerslightweightsetaddall_fuzzer.cpp | 107 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/ |
| D | containerslightweightmapsetall_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAllFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/ |
| D | containerslistgetindexof_fuzzer.cpp | 112 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainerslistGetIndexOfFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethasall_fuzzer/ |
| D | containerslightweightsethasall_fuzzer.cpp | 107 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/ |
| D | containerslightweightmapsetandget_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAndGetFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/ |
| D | containerslightweightmapat_fuzzer.cpp | 105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapAtFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/ |
| D | containerslightweightmapvalues_fuzzer.cpp | 107 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapValuesFuzzTest() local
|