Home
last modified time | relevance | path

Searched defs:arrayLen (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_shared_partial_test.cpp73 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/
Dchecks_elimination_test.cpp41 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/
Dobject_repository.cpp178 if (auto arrayLen = extension_->GetLengthIfArray(object)) { in CreateObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltin_test_util.h173 uint32_t arrayLen = keyArray->GetLength(); in BuiltinsDateTimeOptionsSet() local
Dbuiltins_date_time_format_second_test.cpp183 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_001() local
280 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_002() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp491 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
Dbuiltins_arraybuffer.cpp797 uint32_t arrayLen = items->GetArrayLength(); in TypedArrayToList() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1402 int32_t arrayLen = array->ByteLength(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp1341 GateRef arrayLen = GetArrayLength(thisValue); in FindOrFindIndex() local
Dbuiltins_array_stub_builder.cpp3357 GateRef arrayLen = GetArrayLength(thisValue); in Splice() local
Dbuiltins_typedarray_stub_builder.cpp1628 GateRef arrayLen = GetArrayLength(thisValue); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp249 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/
Djsnapi_expo.cpp3885 JSTaggedNumber arrayLen(length); in New() local
3920 JSTaggedNumber arrayLen(length); in New() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10001 GateRef StubBuilder::CalArrayRelativePos(GateRef index, GateRef arrayLen) in CalArrayRelativePos()