Home
last modified time | relevance | path

Searched defs:arrLen (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp113 uint32_t arrLen = typedarrayObj->GetArrayLength(); in HasProperty() local
176 uint32_t arrLen = typedarrayObj->GetArrayLength(); in DefineOwnProperty() local
400 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IntegerIndexedElementGet() local
441 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IsValidIntegerIndex() local
504 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastCopyElementToArray() local
541 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastElementGet() local
653 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastGetPropertyByIndex() local
688 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp101 GateRef arrLen = GetArrayLength(array); in FastGetPropertyByIndex() local
146 GateRef arrLen = GetArrayLength(typedArray); in FastCopyElementToArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp428 uint32_t arrLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local