Home
last modified time | relevance | path

Searched defs:objCallInfo (Results 1 – 25 of 130) sorted by relevance

123456

/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetlowervalue_fuzzer/
Dcontainerstreesetgetlowervalue_fuzzer.cpp45 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in InitializeTreeSetConstructor() local
71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in CreateJSAPITreeSet() local
109 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersTreeSetGetLowerValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgethighervalue_fuzzer/
Dcontainerstreesetgethighervalue_fuzzer.cpp45 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in InitializeTreeSetConstructor() local
71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in CreateJSAPITreeSet() local
109 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersTreeSetGetHigherValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesethas_fuzzer/
Dcontainerstreesethas_fuzzer.cpp45 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in InitializeTreeSetConstructor() local
71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in CreateJSAPITreeSet() local
109 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersTreeSetHasFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetremove_fuzzer/
Dcontainerstreesetremove_fuzzer.cpp45 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in InitializeTreeSetConstructor() local
71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in CreateJSAPITreeSet() local
109 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersTreeSetRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/
Dcontainerslightweightset_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetadd_fuzzer/
Dcontainerslightweightsetadd_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/
Dcontainerslistisempty_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetsize_fuzzer/
Dcontainerslightweightsetgetsize_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmap_fuzzer/
Dcontainerslightweightmap_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightMapConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/
Dcontainerslistadd_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 6 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
Dcontainerslightweightsethas_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistconstructor_fuzzer/
Dcontainerslistconstructor_fuzzer.cpp45 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer/
Dcontainerslightweightsetgetvalueat_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslisthas_fuzzer/
Dcontainerslisthas_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
Dcontainerslightweightmaptostring_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightMapConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer/
Dcontainerslightweightsetequal_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containershashsetadd_fuzzer/
Dcontainershashsetadd_fuzzer.cpp47 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
61 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); in InitializeHashSetConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPIHashSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
Dcontainerslightweightmapclear_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightMapConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/
Dcontainerslightweightmapremove_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightMapConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
Dcontainerslightweightmapforeach_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightMapConstructor() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/
Dcontainerslistremovebyindex_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/
Dcontainerslistremove_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/
Dcontainerslistforeach_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() local
72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp46 EcmaRuntimeCallInfo *objCallInfo = in CreateEcmaRuntimeCallInfo() local
59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeLightWeightSetConstructor() local
70 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); in CreateJSAPILightWeightSet() local

123456