Home
last modified time | relevance | path

Searched defs:srcData (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp393 JSHandle<JSTaggedValue> srcData(thread, JSTypedArray::GetOffHeapBuffer(thread, srcObj)); in CreateFromTypedArray() local
542 void CloneAndUpdateArrayBuffer(JSThread *thread, JSHandle<JSTaggedValue> srcData, uint32_t srcByteO… in CloneAndUpdateArrayBuffer()
580 JSHandle<JSTaggedValue> srcData(thread, buffer); in CreateSharedFromTypedArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp158 auto *srcData = reinterpret_cast<EtsChar *>(srcArray->GetData()); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2865 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray()