| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 78 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 0)); // 1: means the first param… in DEF_RUNTIME_STUBS() 95 …JSHandle<JSTaggedValue> accessor = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS() 96 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 2)); // 2: means the second para… in DEF_RUNTIME_STUBS() 106 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 108 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() 140 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 145 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS() 146 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() 156 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 161 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS() [all …]
|
| D | runtime_optimized_stubs-inl.h | 51 uint16_t behindChart = GetCodeUnit<T>(sp, k + 2, strLen); // 2: means plus 2 in DecodePercentEncoding() 62 k += 2; // 2: means plus 2 in DecodePercentEncoding() 84 base::utf_helper::DECODE_LEAD_LOW); // 10: means shift left by 10 digits in UTF16EncodeCodePoint() 100 if ((k + 2) >= strLen) { // 2: means plus 2 in DecodePercentEncoding() 105 uint16_t behindChar = GetCodeUnit<T>(sp, k + 2, strLen); // 2: means plus 2 in DecodePercentEncoding() 111 k += 2; // 2: means plus 2 in DecodePercentEncoding() 140 if (n > 4) { // 4 : 4 means less than 4 in DecodePercentEncoding() 153 if (k + (3 * (n - 1)) >= strLen) { // 3: means multiply by 3 in DecodePercentEncoding() 232 …uint8_t res = ((idxf << 4U) | idxb) & base::utf_helper::BIT_MASK_FF; // NOLINT 4: means shift lef… in GetValueFromTwoHex()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/ |
| D | containersvectorcommon_fuzzer.h | 65 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIVector() 68 // 0 means the argument in CreateJSAPIVector() 73 auto objCallInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIVector() 100 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in GetVectorWithData() 121 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorAddFuzzTest() 144 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetFirstElementFuzzTest() 154 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetFirstElementFuzzTest() 173 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() 183 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() 203 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetLastElementFuzzTest() [all …]
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | OAT.xml | 32 …check whether the specified file exists in the specified path(projectroot means the root dir of th… 33 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 34 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 35 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/runtime_core/static_core/ |
| D | OAT.xml | 32 …check whether the specified file exists in the specified path(projectroot means the root dir of th… 33 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 34 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 35 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_plain_array_test.cpp | 82 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 124 EXPECT_EQ(array->GetSize(), 0); // 0 means the value in HWTEST_F_L0() 129 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 148 EXPECT_EQ(newArray->GetSize(), 0); // 0 means the value in HWTEST_F_L0() 153 key.Update(JSTaggedValue(103)); // 103 means the value in HWTEST_F_L0() 167 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 170 value.Update(JSTaggedValue(103)); // 103 means the value in HWTEST_F_L0() 173 EXPECT_EQ(value2.GetNumber(), 3); // 3 means the value in HWTEST_F_L0() 180 EXPECT_EQ(value3.GetNumber(), 2); // 2 means the value in HWTEST_F_L0() 184 int32_t batchSize = 3; // 3 means the value in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_lightweightset_test.cpp | 66 … JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first argument vector in TestForEachFunc() 82 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in InitializeLightWeightSetConstructor() 86 … 0, JSTaggedValue(static_cast<int>(ContainerTag::LightWeightSet))); // 0 means the argument in InitializeLightWeightSetConstructor() 98 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); // 4 means the value in CreateJSAPILightWeightSet() 116 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); // 4 means the val… in HWTEST_F_L0() 131 ASSERT_EQ(length, 0); // 0 means the value in HWTEST_F_L0() 140 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 144 …estHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in HWTEST_F_L0() 165 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in HWTEST_F_L0() 181 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() [all …]
|
| D | containers_plainarray_test.cpp | 64 JSHandle<JSTaggedValue> key = GetCallArg(argv, 0); // 0 means the value in TestForEachFunc() 65 JSHandle<JSTaggedValue> value = GetCallArg(argv, 1); // 1 means the value in TestForEachFunc() 66 JSHandle<JSAPIPlainArray> plainArray(GetCallArg(argv, 2)); // 2 means the value in TestForEachFunc() 68 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means the value in TestForEachFunc() 87 …estHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in InitializePlainArrayConstructor() 102 …estHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); // 4 means the value in CreateJSAPIPlainArray() 117 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); // 4 means the value in PlainArrayAdd() 133 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); // 8 means the value in PlainArrayRemoveRangeFrom() 151 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); // 4 means the va… in HWTEST_F_L0() 175 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() [all …]
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 41 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 42 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 43 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| D | containersplainarray_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializePlainArrayConstructor() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Constructor_FuzzTest() 139 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Add_Has_FuzzTest() 148 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Add_Has_FuzzTest() 184 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Clone_FuzzTest() 191 …EcmaRuntimeCallInfo *cfForClone = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv leng… in ContainersPlainArray_Clone_FuzzTest() 225 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Clear_FuzzTest() 232 …EcmaRuntimeCallInfo *cfForClear = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv leng… in ContainersPlainArray_Clear_FuzzTest() 266 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Get_FuzzTest() 273 … EcmaRuntimeCallInfo *cfForGet = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Get_FuzzTest() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.cpp | 80 return 1; // 1: means the decimal digit in CountDecimalDigit32() 82 return 2; // 2: means the decimal digit in CountDecimalDigit32() 84 return 3; // 3: means the decimal digit in CountDecimalDigit32() 86 return 4; // 4: means the decimal digit in CountDecimalDigit32() 88 return 5; // 5: means the decimal digit in CountDecimalDigit32() 90 return 6; // 6: means the decimal digit in CountDecimalDigit32() 92 return 7; // 7: means the decimal digit in CountDecimalDigit32() 94 return 8; // 8: means the decimal digit in CountDecimalDigit32() 96 return 9; // 9: means the decimal digit in CountDecimalDigit32() 112 case 9: // 9: means the decimal digit in DigitGen() [all …]
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 32 …check whether the specified file exists in the specified path(projectroot means the root dir of th… 33 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 34 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 35 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_dataview.cpp | 30 size = 2; // 2 means the length in GetElementSize() 35 size = 4; // 4 means the length in GetElementSize() 40 size = 8; // 8 means the length in GetElementSize()
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 40 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 41 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 42 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 41 …ne the license, copyright, "*" means match all, the "!" prefix means could not match this value. F… 42 … scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*"… 43 …sed together to merge policy results. "may" policyitems in the same group means any one in this gr…
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/ |
| D | containerslistclear_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 106 auto *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest() 111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 8 : means the argv length in ContainerslistClearFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/ |
| D | containerslistremove_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 106 auto *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest() 111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/ |
| D | containerslistgetindexof_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 107 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistGetIndexOfFuzzTest() 112 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainerslistGetIndexOfFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/ |
| D | containerslistsort_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 106 auto *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest() 111 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistSortFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/ |
| D | containerslistremovebyindex_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 106 auto *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest() 112 auto *callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistRemoveByIndexFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/ |
| D | containerslistforeach_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 63 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 72 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 106 auto *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistForEachFuzzTest() 111 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistForEachFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/ |
| D | containerslistconverttoarray_fuzzer.cpp | 85 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeContainersList() 88 …objCallInfo->SetCallArg(0, JSTaggedValue(static_cast<int>(ContainerTag::List))); // 0 means the ar… in InitializeContainersList() 97 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in CreateJSAPIList() 127 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainerslistConvertToArrayFuzzTest() 133 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainerslistConvertToArrayFuzzTest()
|
| /arkcompiler/toolchain/build/config/ |
| D | arm.gni | 25 # An empty string means to use the default for the arm_version. 29 # "vfpv3". An empty string means to use the default for the arm_version. 33 # "softfp". An empty string means to use the default one for the 38 # or "cortex-a15". An empty string means to use the default for the
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme.md | 124 **size means this file record the size of abc in the package, time means the build cost time, All m…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_segmenter_test.cpp | 36 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*newTarget), 6); // 6 means 1 call args in JSSegmenterCreateWithLocaleTest() 61 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*newTarget), 8); // 8 means 2 call args in JSSegmenterCreateWithLocaleAndOptionsTest() 80 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means 1 call a… in JSSegmentsCreateTest() 101 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*newTarget), 6); // 6 means 1 call args in HWTEST_F_L0() 123 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means 1 call a… in HWTEST_F_L0() 148 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); // 8 means 2 call ar… in HWTEST_F_L0() 222 …per::CreateEcmaRuntimeCallInfo(thread, args, 6, segments.GetTaggedValue()); // 6 means 1 call args in HWTEST_F_L0() 249 …per::CreateEcmaRuntimeCallInfo(thread, args, 6, segments.GetTaggedValue()); // 6 means 1 call args in HWTEST_F_L0() 276 …per::CreateEcmaRuntimeCallInfo(thread, args, 6, segments.GetTaggedValue()); // 6 means 1 call args in HWTEST_F_L0() 294 …TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); // 4 means 0 call a… in HWTEST_F_L0() [all …]
|