Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer.h180 auto *srcData = reinterpret_cast<int8_t *>(other->GetData()) + begin; in SetValues() local
Dets_string_builder.cpp167 auto *srcData = reinterpret_cast<EtsChar *>(srcArray->GetData()); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp442 JSHandle<JSTaggedValue> srcData(thread, JSTypedArray::GetOffHeapBuffer(thread, srcObj)); in CreateFromTypedArray() local
591 void CloneAndUpdateArrayBuffer(JSThread *thread, JSHandle<JSTaggedValue> srcData, uint32_t srcByteO… in CloneAndUpdateArrayBuffer()
629 JSHandle<JSTaggedValue> srcData(thread, buffer); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp615 GateRef srcData = Int64And(Int64LSR(srcQuadData, *srcBitOffset), srcMask); in BitSetRangeMoveForward() local
709 GateRef srcData = Int64And( in BitSetRangeMoveBackward() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_TypedArrays.cpp117 auto *srcData = GetNativeData(srcArray); in EtsEscompatTypedArraySetValuesImpl() local
599 auto *srcData = GetNativeData(static_cast<T *>(srcArray.GetPtr())); in REVERSE_CALL_DECL() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp219 uint8_t *srcData = GetUnderlyingData(thread, src.GetTaggedValue(), sStart); in Copy() local
933 bool JSAPIFastBuffer::WriteBytes(JSThread *thread, JSHandle<JSTaggedValue> srcData, JSHandle<JSTagg… in WriteBytes()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3127 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray()