/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/ |
H A D | containerslistgetiteratorobj_fuzzer.cpp | 51 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 D | containerslistget_fuzzer.cpp | 51 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 D | containerslistequal_fuzzer.cpp | 51 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 D | containerslistlength_fuzzer.cpp | 51 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 D | jsvaluerefishashset_fuzzer.cpp | 65 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 D | jsvaluerefishashmap_fuzzer.cpp | 47 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 D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 71 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 D | jsvaluerefislinkedlist_fuzzer.cpp | 66 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 D | jsvaluerefislist_fuzzer.cpp | 66 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 D | jsvaluerefisplainarray_fuzzer.cpp | 66 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 D | containerslistconverttoarray_fuzzer.cpp | 53 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 D | containerslistgetsublist_fuzzer.cpp | 51 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 D | builtins_base_test.cpp | 38 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 D | test_helper.h | 56 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 D | jsvaluerefislightweightmapandset_fuzzer.cpp | 65 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 D | ffi_workload.cpp | 3940 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 D | stub_builder.cpp | 9661 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()
|