Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h149 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetFirstElementFuzzTest() local
176 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() local
204 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetLastElementFuzzTest() local
231 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorHasFuzzTest() local
282 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorRemoveFuzzTest() local
311 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorSetFuzzTest() local
340 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetLastIndexOfFuzzTest() local
368 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetLastIndexFromFuzzTest() local
397 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersVectorGetIndexFromFuzzTest() local
440 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/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/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapEntriesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapremove_fuzzer/
Dcontainershashmapremove_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
Dcontainerslightweightmapforeach_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethasall_fuzzer/
Dcontainerslightweightsethasall_fuzzer.cpp105 …EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersLightWeightSetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dcontainerslightweightmaphasall_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapHasAllhFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
Dcontainerslightweightmapsetall_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapSetAllFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer/
Dcontainershashmapvalues_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapValuesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer/
Dcontainershashmaphaskey_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapHasKeyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapgetlength_fuzzer/
Dcontainershashmapgetlength_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapGetLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapsetall_fuzzer/
Dcontainershashmapsetall_fuzzer.cpp106 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapSetAllFuzzTest() 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/containershashmapkeys_fuzzer/
Dcontainershashmapkeys_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapKeysFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
Dcontainerslightweightmaptostring_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapToStringFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/
Dcontainerslightweightmapremove_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer/
Dcontainershashmapget_fuzzer.cpp105 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashMapGetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/
Dcontainerslightweightmaplength_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer/
Dcontainershashmapreplace_fuzzer.cpp105 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersHashMapReplaceFuzzTest() 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/containershashmapclear_fuzzer/
Dcontainershashmapclear_fuzzer.cpp103 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapClearFuzzTest() 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/containerslightweightmapclear_fuzzer/
Dcontainerslightweightmapclear_fuzzer.cpp103 EcmaRuntimeCallInfo *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLightWeightMapClearFuzzTest() local

12