Home
last modified time | relevance | path

Searched defs:arrLen (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp116 uint32_t arrLen = typedarrayObj->GetArrayLength(); in HasProperty() local
179 uint32_t arrLen = typedarrayObj->GetArrayLength(); in DefineOwnProperty() local
420 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IntegerIndexedElementGet() local
464 uint32_t arrLen = typedarrayObj->GetArrayLength(); in IsValidIntegerIndex() local
542 uint32_t arrLen = typedarrayObj->GetArrayLength(); in FastCopyElementToArray() local
582 uint32_t arrLen = typedarrayObj->GetArrayLength(); FastElementGet() local
696 uint32_t arrLen = typedarrayObj->GetArrayLength(); FastGetPropertyByIndex() local
731 uint32_t arrLen = typedarrayObj->GetArrayLength(); FastSetPropertyByIndex() local
830 uint32_t arrLen = typedArrayObj->GetArrayLength(); FastTypedArrayFill() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.cpp195 auto arrLen = v != 0U ? std::char_traits<char>::length("true") : std::char_traits<char>::length("false"); in BoolToCharArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp441 auto arrLen = pars - (isStatic ? 0 : 1); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h540 uint32_t arrLen = typedarrayObj->GetArrayLength(); in LoadTypedArrayElement() local
615 uint32_t arrLen = typedarrayObj->GetArrayLength(); in StoreTypedArrayElement() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp652 uint32_t arrLen = 1; in RegExpMatch() local
1703 uint32_t arrLen = 1; // at least one result string in RegExpSplitFast() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp66 GateRef arrLen = GetArrayLength(array); in CheckTypedArrayIndexInRange() local
164 GateRef arrLen = GetArrayLength(array); in FastGetPropertyByIndex() local
209 GateRef arrLen = GetArrayLength(typedArray); in FastCopyElementToArray() local
2788 GateRef arrLen = GetArrayLength(array); in FastSetPropertyByIndex() local
H A Dbuiltins_array_stub_builder.cpp5138 GateRef arrLen = ZExtInt32ToInt64(GetArrayLength(retValue)); in FlatMap() local

Completed in 24 milliseconds