Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp143 auto *srcData = reinterpret_cast<EtsChar *>(srcArray->GetData()); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp217 JSHandle<JSTaggedValue> srcData(thread, JSTypedArray::GetOffHeapBuffer(thread, srcObj)); in CreateFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2654 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray()