Home
last modified time | relevance | path

Searched refs:argvLength (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/
H A Dcontainerslistgetiteratorobj_fuzzer.cpp51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
H A Dcontainerslistget_fuzzer.cpp51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
H A Dcontainerslistequal_fuzzer.cpp51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
H A Dcontainerslistlength_fuzzer.cpp51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
H A Djsvaluerefishashset_fuzzer.cpp65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
H A Djsvaluerefishashmap_fuzzer.cpp47 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
50 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
H A Djsvaluerefislinkedlistiterator_fuzzer.cpp71 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
74 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
H A Djsvaluerefislinkedlist_fuzzer.cpp66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
H A Djsvaluerefislist_fuzzer.cpp66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/
H A Djsvaluerefisplainarray_fuzzer.cpp66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/
H A Dcontainerslistconverttoarray_fuzzer.cpp53 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
56 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/
H A Dcontainerslistgetsublist_fuzzer.cpp51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbuiltins_base_test.cpp38 uint32_t argvLength = 10; in HWTEST_F_L0() local
39 auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argvLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtest_helper.h56 static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
59 // argvLength includes number of int64_t to store value and tag of function, 'this' and call args in CreateEcmaRuntimeCallInfo()
61 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
H A Djsvaluerefislightweightmapandset_fuzzer.cpp65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3940 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
3941 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), argvLength); in HWTEST_F_L0()
3994 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
3995 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), argvLength); in HWTEST_F_L0()
4039 uint32_t argvLength = 6; // 6 = argv length in HWTEST_F_L0() local
4040 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), argvLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp9661 GateRef argvLength = GetLengthOfTaggedArray(*result); in CopyJSArrayToTaggedArrayArgs() local
9663 GateRef argv = newBuilder.NewTaggedArray(glue, argvLength); in CopyJSArrayToTaggedArrayArgs()
9672 BRANCH(Int32UnsignedLessThan(*index, argvLength), &storeValue, &afterLoop); in CopyJSArrayToTaggedArrayArgs()

Completed in 35 milliseconds