Home
last modified time | relevance | path

Searched defs:fromBuf (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp25 void *fromBuf = JSNativePointer::Cast(fromBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes() local
30 void JSSendableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32… in CopyDataPointBytes()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp25 void *fromBuf = JSNativePointer::Cast(fromBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes() local
30 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Djs_typed_array.cpp747 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetOffHeapBuffer() local
779 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetSharedOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp208 void *fromBuf = GetDataPointFromBuffer(thread, arrBuf.GetTaggedValue()); in Slice() local
321 void *fromBuf = GetDataPointFromBuffer(thread, srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local
Dbuiltins_arraybuffer.cpp203 void *fromBuf = GetDataPointFromBuffer(thread, arrBuf.GetTaggedValue()); in Slice() local
324 void *fromBuf = GetDataPointFromBuffer(thread, srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local