Home
last modified time | relevance | path

Searched defs:arrLen (Results 1 – 7 of 7) 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
410 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IntegerIndexedElementGet() local
451 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IsValidIntegerIndex() local
514 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastCopyElementToArray() local
551 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastElementGet() local
662 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastGetPropertyByIndex() local
697 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastSetPropertyByIndex() local
761 uint32_t arrLen = typedArrayObj->GetArrayLength(); in FastTypedArrayFill() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp94 GateRef arrLen = GetArrayLength(array); in CheckTypedArrayIndexInRange() local
191 GateRef arrLen = GetArrayLength(array); in FastGetPropertyByIndex() local
236 GateRef arrLen = GetArrayLength(typedArray); in FastCopyElementToArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp173 …auto arrLen = v != 0U ? std::char_traits<char>::length("true") : std::char_traits<char>::length("f… in BoolToCharArray() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h542 uint32_t arrLen = typedarrayObj->GetArrayLength(); in LoadTypedArrayElement() local
613 uint32_t arrLen = typedarrayObj->GetArrayLength(); in StoreTypedArrayElement() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp443 auto arrLen = pars - (isStatic ? 0 : 1); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp973 BaseNode *arrLen = in AddArrayMrtMpl() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1580 uint32_t arrLen = 1; // at least one result string in RegExpSplitFast() local