| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_test.cpp | 58 uint32_t arrayLength = 5; in HWTEST_F_L0() local 101 uint32_t arrayLength = 5; in HWTEST_F_L0() local 150 uint32_t arrayLength = 5; in HWTEST_F_L0() local 168 uint32_t arrayLength = 2; in HWTEST_F_L0() local 195 uint32_t arrayLength = 2; in HWTEST_F_L0() local
|
| D | ic_runtime_stub_test.cpp | 74 uint32_t arrayLength = 2U; in HWTEST_F_L0() local 105 uint32_t arrayLength = 2U; // 2 means ProfileTypeInfo length in HWTEST_F_L0() local 166 uint32_t arrayLength = 1U; in HWTEST_F_L0() local 190 uint32_t arrayLength = 2U; // 2 means ProfileTypeInfo length in HWTEST_F_L0() local 334 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 392 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 431 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 465 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 490 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 536 uint32_t arrayLength = 3U; in HWTEST_F_L0() local
|
| D | profile_type_info_test.cpp | 80 uint32_t arrayLength = 6; in HWTEST_F_L0() local 339 uint32_t arrayLength = 2; in HWTEST_F_L0() local 370 uint32_t arrayLength = 2; in HWTEST_F_L0() local 399 uint32_t arrayLength = 2; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_array_test.cpp | 64 uint32_t arrayLength = 2; in HWTEST_F_L0() local 77 uint32_t arrayLength = 2; in HWTEST_F_L0() local 99 uint32_t arrayLength = 2; in HWTEST_F_L0() local 123 uint32_t arrayLength = 2; in HWTEST_F_L0() local 147 uint32_t arrayLength = 10; in HWTEST_F_L0() local
|
| D | template_string_test.cpp | 66 uint32_t arrayLength = 3; in HWTEST_F_L0() local
|
| D | js_stable_array_test.cpp | 442 int64_t arrayLength = ARRAY_LENGTH_4; in HWTEST_F_L0() local
|
| D | js_serializer_test.cpp | 623 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest1() local 662 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest2() local 903 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TransferJSArrayBufferTest4() local 1687 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local 1720 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local 2085 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local
|
| D | tagged_hash_array_test.cpp | 53 uint32_t arrayLength = hashArray->GetLength(); in CheckHole() local
|
| D | js_api_arraylist_test.cpp | 531 uint32_t arrayLength = arrayList->GetLength().GetArrayLength(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | atomic_helper_test.cpp | 77 uint32_t arrayLength = 3; in HWTEST_F_L0() local 107 uint32_t arrayLength = 3; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_obj_layout_info.cpp | 92 …uint32_t arrayLength = TSObjLayoutInfo::ComputeArrayLength(TSObjLayoutInfo::ComputeGrowCapacity(ol… in ExtendTSObjLayoutInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.cpp | 398 uint32_t arrayLength = byteArray->GetArrayLength(); in WriteByteArray() local 584 uint32_t arrayLength = array->GetLength(); in WriteJSArray() local 758 JSTaggedValue arrayLength(typedArray->GetArrayLength()); in WriteJSTypedArray() local 824 uint32_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in WriteJSArrayBuffer() local 1247 int32_t arrayLength = 0; in ReadByteArray() local 1717 JSTaggedValue arrayLength; in ReadJSTypedArray() local 1764 int32_t arrayLength; in ReadJSArrayBuffer() local
|
| D | js_array.cpp | 67 double arrayLength = length.GetNumber(); in ArrayCreate() local 102 int64_t arrayLength = length.GetNumber(); in ArraySpeciesCreate() local 297 uint32_t arrayLength = JSArray::Cast(*array)->GetArrayLength(); in ArraySetLength() local
|
| D | object_factory.cpp | 317 uint32_t arrayLength = buffer->GetArrayBufferByteLength(); in NewJSDataView() local 2429 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(growLength); in CreateLayoutInfo() local 2438 …uint32_t arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo() local 3244 uint32_t arrayLength = TSObjLayoutInfo::ComputeArrayLength(propNum); in CreateTSObjLayoutInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 105 const int arrayLength = 2; in AddHandlerWithKey() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_mcr_lowering.cpp | 112 uint32_t arrayLength = std::max(literialLength, elementLength); in LowerCreateArrayWithBuffer() local
|
| D | new_object_stub_builder.cpp | 300 GateRef arrayLength = Load(VariableType::INT32(), obj, lengthOffset); in NewJSArrayLiteral() local
|
| D | stub_builder.cpp | 577 Label arrayLength(env); in CallGetterHelper() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 456 uint32_t arrayLength = static_cast<uint32_t>(length); in AllocateTypedArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 676 uint32_t arrayLength = array->GetArrayLength(); in CopyToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1392 uint32_t arrayLength = 0; in Split() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1039 uint32_t arrayLength = 2; in HWTEST_F_L0() local
|