Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp443 JSHandle<JSTaggedValue> srcData(thread, JSTypedArray::GetOffHeapBuffer(thread, srcObj)); in CreateFromTypedArray() local
592 void CloneAndUpdateArrayBuffer(JSThread *thread, JSHandle<JSTaggedValue> srcData, uint32_t srcByteO… in CloneAndUpdateArrayBuffer()
630 JSHandle<JSTaggedValue> srcData(thread, buffer); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp599 GateRef srcData = Int64And(Int64LSR(srcQuadData, *srcBitOffset), srcMask); in BitSetRangeMoveForward() local
691 GateRef srcData = Int64And( in BitSetRangeMoveBackward() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp161 auto *srcData = reinterpret_cast<EtsChar *>(srcArray->GetData()); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3060 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray()