Searched defs:srcData (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_arraybuffer.h | 180 auto *srcData = reinterpret_cast<int8_t *>(other->GetData()) + begin; in SetValues() local
|
| D | ets_string_builder.cpp | 167 auto *srcData = reinterpret_cast<EtsChar *>(srcArray->GetData()); in ReconstructStringAsUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 442 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/ |
| D | barrier_stub_builder.cpp | 615 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/ |
| D | escompat_TypedArrays.cpp | 117 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/ |
| D | js_api_buffer.cpp | 219 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/ |
| D | object_factory.cpp | 3127 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray()
|