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.cpp26 void *fromBuf = JSNativePointer::Cast(fromBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes() local
31 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Djs_typed_array.cpp762 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetOffHeapBuffer() local
794 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetSharedOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp211 void *fromBuf = GetDataPointFromBuffer(arrBuf.GetTaggedValue()); in Slice() local
324 void *fromBuf = GetDataPointFromBuffer(srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local
Dbuiltins_arraybuffer.cpp206 void *fromBuf = GetDataPointFromBuffer(arrBuf.GetTaggedValue()); in Slice() local
326 void *fromBuf = GetDataPointFromBuffer(srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local