| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 77 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 78 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() 79 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS() 80 JSTaggedValue argAttr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() 89 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 105 JSTaggedType argAccessor = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 106 …JSHandle<JSObject> argReceiver = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() 115 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() 116 JSTaggedType argSetter = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() 137 JSTaggedValue argKey = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() [all …]
|
| /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 …lArg(0, JSTaggedValue(static_cast<int>(containers::ContainerTag::Vector))); // 0 means the argument in CreateJSAPIVector() 72 auto objCallInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIVector() 99 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in GetVectorWithData() 118 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorAddFuzzTest() 139 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetFirstElementFuzzTest() 149 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersVectorGetFirstElementFuzzTest() 166 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() 176 auto callInfo1 = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetIndexOfFuzzTest() 194 auto callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersVectorGetLastElementFuzzTest() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_plain_array_test.cpp | 73 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in CreatePlainArray() 85 …JSTaggedValue> keyArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreatePlainArray() 86 …TaggedValue> valueArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreatePlainArray() 101 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 143 EXPECT_EQ(array->GetSize(), 0); // 0 means the value in HWTEST_F_L0() 148 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 167 EXPECT_EQ(newArray->GetSize(), 0); // 0 means the value in HWTEST_F_L0() 172 key.Update(JSTaggedValue(103)); // 103 means the value in HWTEST_F_L0() 186 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 204 value.Update(JSTaggedValue(103)); // 103 means the value in HWTEST_F_L0() [all …]
|
| D | js_api_lightweightset_test.cpp | 72 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 3 means the value in CreateLightWeightSet() 84 …STaggedValue> hashArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreateLightWeightSet() 85 …TaggedValue> valueArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreateLightWeightSet() 88 lightweightSet->SetLength(0); // 0 means the value in CreateLightWeightSet() 101 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 115 uint32_t tmp = NODE_NUMBERS * 2; // 2 means the value in HWTEST_F_L0() 137 tmp = NODE_NUMBERS + 2; // 2 means the value in HWTEST_F_L0() 143 constexpr uint32_t NODE_NUMBERS = 8; // 8 means the value in HWTEST_F_L0() 180 EXPECT_EQ(equalLws->GetSize(), static_cast<uint32_t>(0)); // 0 means the value in HWTEST_F_L0() 244 EXPECT_EQ(hasAllLws->GetSize(), NODE_NUMBERS - 5); // 5 means the value in HWTEST_F_L0() [all …]
|
| D | js_api_lightweightset_iterator_test.cpp | 72 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 3 means the value in CreateLightWeightSet() 84 …STaggedValue> hashArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreateLightWeightSet() 85 …TaggedValue> valueArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(8)); // 8 means the value in CreateLightWeightSet() 88 lightweightSet->SetLength(0); // 0 means the value in CreateLightWeightSet()
|
| /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/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| D | containersplainarray_fuzzer.cpp | 60 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializePlainArrayConstructor() 100 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Constructor_FuzzTest() 134 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Add_Has_FuzzTest() 143 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Add_Has_FuzzTest() 176 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Clone_FuzzTest() 183 …EcmaRuntimeCallInfo *cfForClone = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv leng… in ContainersPlainArray_Clone_FuzzTest() 214 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Clear_FuzzTest() 221 …EcmaRuntimeCallInfo *cfForClear = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv leng… in ContainersPlainArray_Clear_FuzzTest() 252 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_Get_FuzzTest() 259 … EcmaRuntimeCallInfo *cfForGet = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Get_FuzzTest() [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 | 32 size = 2; // 2 means the length in GetElementSize() 37 size = 4; // 4 means the length in GetElementSize() 40 size = 8; // 8 means the length in GetElementSize() 44 size = 8; // 8 means the length in GetElementSize()
|
| /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_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/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 83 // 6 means the topmost bit in nImms in Create() 173 // 2 : 2 means remove trailing zeros in Ldp() 177 // 3 : 3 means remove trailing zeros in Ldp() 181 // 4 : 4 means remove trailing zeros in Ldp() 216 // 2 : 2 means remove trailing zeros in Stp() 220 // 3 : 3 means remove trailing zeros in Stp() 224 // 4 : 4 means remove trailing zeros in Stp() 255 // 3 : means opc bit is 11 in GetOpcFromScale() 498 // 48 : 48 means RegXSize - HWORDSIZE in TrySequenceOfOnes() 589 // 3 : 3 means repeat 3 times, Imm encode has been done. in TryReplicateHWords() [all …]
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 43 - `A() <: B() <: C()` - means `A() <: B()`, `A() <: C()` and `B() <: C()` 45 - `(A() | B()) <: C()` - means `A() <: C()` and `B() <: C()` 47 - `(A() | B()) <: (C() | D())` - means `A() <: C()`, `B() <: C()`, `A() <: D()` and `B() <: D()` 49 In short `|` means composition of types (syntactically) in set, and `<:` is distriuted over `|`.
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/ |
| D | containersstackpop_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeStackConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIStack() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersStackPopFuzzTest() 110 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersStackPopFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/ |
| D | containersstackiterator_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeStackConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIStack() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersStackIteratorFuzzTest() 110 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersStackIteratorFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/ |
| D | containersqueuepop_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeQueueConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIQueue() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersQueuePopFuzzTest() 110 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersQueuePopFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersqueuegetiteratorobj_fuzzer/ |
| D | containersqueuegetiteratorobj_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeQueueConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIQueue() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersQueueGetIteratorObjFuzzTest() 110 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersQueueGetIteratorObjFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/ |
| D | containersstackisempty_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeStackConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIStack() 102 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersStackFuzzIsEmptyTest() 110 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersStackFuzzIsEmptyTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/ |
| D | containersqueuegetfirst_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeQueueConstructor() 71 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIQueue() 101 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersQueueGetFirstFuzzTest() 109 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersQueueGetFirstFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/ |
| D | containersqueueforeach_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeQueueConstructor() 76 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIQueue() 107 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersQueueForEachFuzzTest() 119 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersQueueForEachFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/ |
| D | containersstackforeach_fuzzer.cpp | 59 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in InitializeStackConstructor() 76 auto objCallInfo = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in CreateJSAPIStack() 107 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersStackForEachFuzzTest() 119 … EcmaRuntimeCallInfo *callInfo = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersStackForEachFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 74 // 2 : 2 means pairs in CallRuntime() 82 // 3 : 3 means 2 << 3 = 8 in CallRuntime() 94 // 2 :2 means stack frame slot size in CallRuntime() 243 __ Str(env, MemoryOperand(sp, 0)); // 0: means zero size in OptimizedCallOptimized() 248 // 3 : 3 means argC * 8 in OptimizedCallOptimized() 417 // 3 : 3 means call0 call1 call2 call3 in JSCallInternal() 510 // 2 : 2 means pair in JSCallInternal() 517 // 2 : 2 means pair in JSCallInternal() 520 // 4 : 4 means stack slot in JSCallInternal() 626 // 4 : 4 means JSType::JS_FUNCTION_FIRST in JSCallCheck() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_settings.h | 120 * 0 means unlimited. 126 * 0 means unlimited. 181 …ze for marking in main thread, if it exceeds we will send a new task to workers, 0 means unlimited. 183 …ze for marking in a gc worker, if it exceeds we will send a new task to workers, 0 means unlimited.
|