/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | template_string_test.cpp | 42 uint32_t arrayLength = 3; in HWTEST_F_L0() local
|
H A D | barrier_test.cpp | 28 uint32_t arrayLength = 10; in HWTEST_F_L0() local 73 uint32_t arrayLength = 10; in HWTEST_F_L0() local 125 uint32_t arrayLength = 10; HWTEST_F_L0() local 181 uint32_t arrayLength = 10; HWTEST_F_L0() local 231 uint32_t arrayLength = 10; HWTEST_F_L0() local 293 uint32_t arrayLength = 10; HWTEST_F_L0() local [all...] |
H A D | tagged_array_test.cpp | 40 uint32_t arrayLength = 2; in HWTEST_F_L0() local 53 uint32_t arrayLength = 2; in HWTEST_F_L0() local 75 uint32_t arrayLength = 2; in HWTEST_F_L0() local 99 uint32_t arrayLength in HWTEST_F_L0() local 123 uint32_t arrayLength = 10; HWTEST_F_L0() local [all...] |
H A D | js_stable_array_test.cpp | 587 int64_t arrayLength = ARRAY_LENGTH_4; in HWTEST_F_L0() local
|
H A D | js_api_arraylist_test.cpp | 495 uint32_t arrayLength = arrayList->GetLength().GetArrayLength(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
H A D | ets_array_test.cpp | 74 static void TestEtsPrimitiveArray(uint32_t arrayLength, ClassType element) in TestEtsPrimitiveArray() argument 91 uint32_t arrayLength = 100U; in TEST_F() local 103 TestEtsObjectArray(const char *className, const char *source, uint32_t arrayLength) TestEtsObjectArray() argument [all...] |
H A D | ets_class_file_test.cpp | 822 uint32_t arrayLength = 100; in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | profile_type_info_test.cpp | 80 uint32_t arrayLength = 6; in HWTEST_F_L0() local 324 uint32_t arrayLength = 2; in HWTEST_F_L0() local 354 uint32_t arrayLength = 2; in HWTEST_F_L0() local 382 uint32_t arrayLength = 2; in HWTEST_F_L0() local
|
H A D | ic_runtime_test.cpp | 59 uint32_t arrayLength = 5; in HWTEST_F_L0() local 101 uint32_t arrayLength = 5; in HWTEST_F_L0() local 149 uint32_t arrayLength = 5; in HWTEST_F_L0() local 166 uint32_t arrayLength = 2; in HWTEST_F_L0() local 194 uint32_t arrayLength = 2; HWTEST_F_L0() local [all...] |
H A D | ic_runtime_stub_test.cpp | 75 uint32_t arrayLength = 2U; in HWTEST_F_L0() local 106 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 346 uint32_t arrayLength = bitOffset + 1U; in HWTEST_F_L0() local 404 uint32_t arrayLength = bitOffset + 1U; HWTEST_F_L0() local 443 uint32_t arrayLength = bitOffset + 1U; HWTEST_F_L0() local 478 uint32_t arrayLength = bitOffset + 1U; HWTEST_F_L0() local 504 uint32_t arrayLength = bitOffset + 1U; HWTEST_F_L0() local 550 uint32_t arrayLength = 3U; HWTEST_F_L0() local [all...] |
/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/ |
H A D | gc_marker_static-inl.h | 82 ArraySizeT arrayLength = arrayObject->GetLength(); in HandleArrayClass() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | atomic_helper_test.cpp | 54 uint32_t arrayLength = 3; in HWTEST_F_L0() local 84 uint32_t arrayLength = 3; in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/ |
H A D | gc_marker_dynamic-inl.h | 89 ArraySizeT arrayLength = arrayObject->GetLength(); in HandleArrayClass() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | default_inspector_extension.cpp | 200 ArraySizeT arrayLength = array.GetLength(); in EnumerateProperties() local
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | profile_type_info.cpp | 105 const int arrayLength = 2; in AddHandlerWithKey() local
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | value_serializer.cpp | 330 size_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in SerializeJSArrayBufferPrologue() local 372 size_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in SerializeJSSharedArrayBufferPrologue() local 395 size_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in SerializeJSSendableArrayBufferPrologue() local [all...] |
H A D | base_deserializer.cpp | 209 size_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in TransferArrayBufferAttach() local 219 size_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in IncreaseSharedArrayBufferReference() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | optimize_string_concat.cpp | 315 auto arrayLength = GetArrayLength(args); in ReplaceStringConcatWithStringBuilderAppend() local 323 auto arrayLength = CreateLenArray(GetGraph(), args); in ReplaceStringConcatWithStringBuilderAppend() local 220 CreateAppendArgsLoop(Inst *instance, Inst *str, Inst *args, LengthMethodInst *arrayLength, Inst *concatCall) CreateAppendArgsLoop() argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_function.cpp | 49 uint32_t arrayLength = argv->GetLength(); in MakeArgListWithHole() local
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.cpp | 90 double arrayLength = length.GetNumber(); in ArrayCreate() local 125 int64_t arrayLength = length.GetNumber(); in ArraySpeciesCreate() local 302 uint32_t arrayLength = JSSharedArray::Cast(*array)->GetArrayLength(); in ArraySetLength() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_vector.cpp | 671 uint32_t arrayLength = array->GetArrayLength(); in CopyToArray() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ntype_hcr_lowering.cpp | 106 uint32_t arrayLength = acc_.GetArraySize(gate); in LowerCreateArrayWithBuffer() local 190 GateRef NTypeHCRLowering::CreateElementsWithLength(GateRef gate, GateRef glue, size_t arrayLength) in CreateElementsWithLength() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_array.cpp | 76 double arrayLength = length.GetNumber(); in ArrayCreate() local 123 int64_t arrayLength = length.GetNumber(); in ArraySpeciesCreate() local 359 uint32_t arrayLength = JSArray::Cast(*array)->GetArrayLength(); in ArraySetLength() local
|
H A D | shared_object_factory.cpp | 400 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(properties); in CreateSLayoutInfo() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.cpp | 1091 uint32_t arrayLength = fieldTypeArray->GetLength(); in ExtractStaticFieldTypeArray() local 1097 << " should be less than totalLength:" << arrayLength; in ExtractStaticFieldTypeArray() local
|