Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Arrays.cpp27 auto srcLen = static_cast<int32_t>(src->GetLength()); in StdCoreCopyTo() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp942 uint32_t srcLen = src->GetLength(); in TrimBody() local
1057 uint32_t srcLen = srcFlat.GetLength(); in Trim() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp297 uint32_t srcLen = arrBuf->GetArrayBufferByteLength(); in CloneArrayBuffer() local
Dbuiltins_typedarray.cpp1157 uint64_t srcLen = static_cast<uint64_t>(tSrcLen.GetNumber()); in Set() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1935 GateRef srcLen = GetLengthFromString(thisValue); in EcmaStringTrim() local
1968 GateRef srcLen = srcStringInfoGate.GetLength(); in EcmaStringTrimBody() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h497 uint32_t srcLen = 0U; in RuntimeStArraySpread() local