Home
last modified time | relevance | path

Searched defs:argvLength (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp38 uint32_t argvLength = 10; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_helper.h56 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/
Djsvaluerefisplainarray_fuzzer.cpp67 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
Djsvaluerefislist_fuzzer.cpp67 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
Djsvaluerefislinkedlist_fuzzer.cpp67 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
Djsvaluerefishashmap_fuzzer.cpp48 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
Dcontainerslistequal_fuzzer.cpp51 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
Djsvaluerefislinkedlistiterator_fuzzer.cpp72 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
Djsvaluerefishashset_fuzzer.cpp66 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
Dcontainerslistget_fuzzer.cpp51 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/
Dcontainerslistgetiteratorobj_fuzzer.cpp51 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/
Dcontainerslistgetsublist_fuzzer.cpp51 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/
Dcontainerslistconverttoarray_fuzzer.cpp53 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
Dcontainerslistlength_fuzzer.cpp51 …imeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp66 …imeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1414 int32_t argvLength = 10; in HWTEST_F_L0() local
Dffi_workload.cpp3940 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
3994 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
4039 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11218 GateRef argvLength = GetLengthOfTaggedArray(*result); in CopyJSArrayToTaggedArrayArgs() local