Home
last modified time | relevance | path

Searched defs:targetLength (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h394 size_t BaseString::WriteUtf16(ReadBarrier &&readBarrier, uint16_t *buf, uint32_t targetLength, in WriteUtf16()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h373 inline size_t EcmaString::WriteUtf16(const JSThread *thread, uint16_t *buf, uint32_t targetLength, in WriteUtf16()
Djs_function.cpp415 …JSHandle<JSTaggedValue> targetLength = JSTaggedValue::GetProperty(thread, target, lengthKey).GetVa… in LengthGetter() local
Djs_stable_array.cpp1446 uint32_t targetLength = targetArray->GetArrayLength(); in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1130 uint32_t targetLength = targetObj->GetArrayLength(); in Set() local
Dbuiltins_typedarray.cpp1205 uint32_t targetLength = targetObj->GetArrayLength(); in Set() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3504 GateRef targetLength = GetArrayLength(result->ReadVariable()); in FastCopyFromArrayToTypedArray() local