Home
last modified time | relevance | path

Searched defs:arrLen (Results 1 – 8 of 8) 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
409 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IntegerIndexedElementGet() local
454 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IsValidIntegerIndex() local
527 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastCopyElementToArray() local
564 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastElementGet() local
676 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastGetPropertyByIndex() local
711 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastSetPropertyByIndex() local
810 uint32_t arrLen = typedArrayObj->GetArrayLength(); in FastTypedArrayFill() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h582 uint32_t arrLen = typedarrayObj->GetArrayLength(); in LoadTypedArrayElement() local
661 uint32_t arrLen = typedarrayObj->GetArrayLength(); in StoreTypedArrayElement() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp441 auto arrLen = pars - (isStatic ? 0 : 1); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp64 GateRef arrLen = GetArrayLength(array); in CheckTypedArrayIndexInRange() local
162 GateRef arrLen = GetArrayLength(array); in FastGetPropertyByIndex() local
207 GateRef arrLen = GetArrayLength(typedArray); in FastCopyElementToArray() local
461 GateRef arrLen = GetArrayLength(thisValue); in Reverse() local
2771 GateRef arrLen = GetArrayLength(array); in FastSetPropertyByIndex() local
Dbuiltins_array_stub_builder_next_optimization.cpp2697 GateRef arrLen = ZExtInt32ToInt64(GetLengthOfJSArray(thisValue)); in FillOptimised() local
Dbuiltins_array_stub_builder.cpp5405 GateRef arrLen = ZExtInt32ToInt64(GetArrayLength(retValue)); in FlatMap() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp195 …auto arrLen = v != 0U ? std::char_traits<char>::length("true") : std::char_traits<char>::length("f… in BoolToCharArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp650 uint32_t arrLen = 1; in RegExpMatch() local
1697 uint32_t arrLen = 1; // at least one result string in RegExpSplitFast() local