| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_shared_partial_test.cpp | 73 void SharedPartialGCTest::InitTaggedArray(TaggedObject *obj, size_t arrayLen) in InitTaggedArray() 87 size_t arrayLen = alive / TAGGED_TYPE_SIZE; in CreateSharedObjectsInOneRegion() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | checks_elimination_test.cpp | 41 void SimpleTest(int32_t index, int32_t arrayLen) in SimpleTest() 94 Graph *ArithmeticTestInput(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestInput() 116 Graph *ArithmeticTestOutput1(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput1() 140 Graph *ArithmeticTestOutput2(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput2() 162 void ArithmeticTest(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTest() 180 Graph *ModTestInput(int32_t arrayLen, int32_t mod) in ModTestInput() 214 Graph *ModTestOutput(int32_t arrayLen, int32_t mod) in ModTestOutput() 248 void ModTest(int32_t arrayLen, int32_t mod) in ModTest()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | object_repository.cpp | 178 if (auto arrayLen = extension_->GetLengthIfArray(object)) { in CreateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtin_test_util.h | 173 uint32_t arrayLen = keyArray->GetLength(); in BuiltinsDateTimeOptionsSet() local
|
| D | builtins_date_time_format_second_test.cpp | 183 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_001() local 280 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_002() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 491 uint32_t arrayLen = 0; in Concat() local 972 int32_t arrayLen = 0; in Filter() local 2897 uint32_t arrayLen = 0; in Flat() local 2937 uint32_t arrayLen = 0; in FlatMap() local
|
| D | builtins_arraybuffer.cpp | 797 uint32_t arrayLen = items->GetArrayLength(); in TypedArrayToList() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 1402 int32_t arrayLen = array->ByteLength(vm_); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 1341 GateRef arrayLen = GetArrayLength(thisValue); in FindOrFindIndex() local
|
| D | builtins_array_stub_builder.cpp | 3357 GateRef arrayLen = GetArrayLength(thisValue); in Splice() local
|
| D | builtins_typedarray_stub_builder.cpp | 1628 GateRef arrayLen = GetArrayLength(thisValue); in SubArray() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 249 JSTaggedValue arrayLen = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 264 JSTaggedValue arrayLen = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3885 JSTaggedNumber arrayLen(length); in New() local 3920 JSTaggedNumber arrayLen(length); in New() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 10001 GateRef StubBuilder::CalArrayRelativePos(GateRef index, GateRef arrayLen) in CalArrayRelativePos()
|