Home
last modified time | relevance | path

Searched defs:arrayLength (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp64 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
Dtemplate_string_test.cpp66 uint32_t arrayLength = 3; in HWTEST_F_L0() local
Dtagged_hash_array_test.cpp53 uint32_t arrayLength = hashArray->GetLength(); in CheckHole() local
Djs_serializer_test.cpp545 JSTaggedNumber arrayLength(resJSInt8Array->GetArrayLength()); in TypedArrayTest1() local
589 JSTaggedNumber arrayLength(resJSInt8Array->GetArrayLength()); in TypedArrayTest2() local
1352 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local
1382 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local
Djs_api_arraylist_test.cpp531 uint32_t arrayLength = arrayList->GetLength().GetArrayLength(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_test.cpp58 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
Dic_runtime_stub_test.cpp74 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
Dprofile_type_info_test.cpp80 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/base/tests/
Datomic_helper_test.cpp77 uint32_t arrayLength = 3; in HWTEST_F_L0() local
107 uint32_t arrayLength = 3; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp67 double arrayLength = length.GetNumber(); in ArrayCreate() local
98 int64_t arrayLength = length.GetNumber(); in ArraySpeciesCreate() local
292 uint32_t arrayLength = JSArray::Cast(*array)->GetArrayLength(); in ArraySetLength() local
Djs_serializer.cpp356 uint32_t arrayLength = byteArray->GetLength(); in WriteByteArray() local
579 uint32_t arrayLength = static_cast<uint32_t>(array->GetLength().GetInt()); in WriteJSArray() local
780 JSTaggedValue arrayLength(typedArray->GetArrayLength()); in WriteJSTypedArray() local
829 uint32_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in WriteJSArrayBuffer() local
1250 int32_t arrayLength = 0; in ReadByteArray() local
1725 JSTaggedValue arrayLength; in ReadJSTypedArray() local
1751 int32_t arrayLength; in ReadJSArrayBuffer() local
Dobject_factory.cpp310 uint32_t arrayLength = buffer->GetArrayBufferByteLength(); in NewJSDataView() local
2434 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(growLength); in CreateLayoutInfo() local
2444 …uint32_t arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo() local
3235 uint32_t arrayLength = TSObjLayoutInfo::ComputeArrayLength(propNum); in CreateTSObjLayoutInfo() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp105 const int arrayLength = 2; in AddHandlerWithKey() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp203 GateRef arrayLength = Load(VariableType::JS_ANY(), obj, lengthOffset); in NewJSArrayLiteral() local
Dstub_builder.cpp543 Label arrayLength(env); in CallGetterHelper() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp429 uint32_t arrayLength = static_cast<uint32_t>(length); in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp676 uint32_t arrayLength = array->GetArrayLength(); in CopyToArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1334 uint32_t arrayLength = 0; in Split() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp978 uint32_t arrayLength = 2; in HWTEST_F_L0() local