Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp158 if (auto arrayLen = extension_->GetLengthIfArray(object)) { in CreateObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp95 uint32_t arrayLen = keyArray->GetLength(); in BuiltinsDateTimeOptionsSet() local
290 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_001() local
387 uint32_t arrayLen = keyArray->GetLength(); in JSDateTimeFormatForObj_002() local
Dbuiltins_date_time_format_first_test.cpp116 uint32_t arrayLen = keyArray->GetLength(); in BuiltinsDateTimeOptionsSet() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dchecks_elimination_test.cpp41 void SimpleTest(int32_t index, int32_t arrayLen) in SimpleTest()
95 void ArithmeticTest(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTest()
158 void ModTest(int32_t arrayLen, int32_t mod) in ModTest()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp436 GateRef arrayLen = GetArrayLength(thisValue); in SubArray() local
Dstub_builder.cpp8008 GateRef StubBuilder::CalArrayRelativePos(GateRef index, GateRef arrayLen) in CalArrayRelativePos()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp437 uint32_t arrayLen = 0; in Concat() local
912 int32_t arrayLen = 0; in Filter() local
2816 uint32_t arrayLen = 0; in Flat() local
2856 uint32_t arrayLen = 0; in FlatMap() local
Dbuiltins_arraybuffer.cpp766 uint32_t arrayLen = items->GetArrayLength(); in TypedArrayToList() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1773 GateRef arrayLen = GetArrayLength(thisValue); in Splice() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2405 JSTaggedNumber arrayLen(length); in New() local