Searched defs:fromBuf (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_sendable_arraybuffer.cpp | 25 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/ |
| D | js_arraybuffer.cpp | 25 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()
|
| D | js_typed_array.cpp | 747 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetOffHeapBuffer() local 779 void *fromBuf = reinterpret_cast<void *>(ToUintPtr( in GetSharedOffHeapBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sendable_arraybuffer.cpp | 208 void *fromBuf = GetDataPointFromBuffer(thread, arrBuf.GetTaggedValue()); in Slice() local 321 void *fromBuf = GetDataPointFromBuffer(thread, srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local
|
| D | builtins_arraybuffer.cpp | 203 void *fromBuf = GetDataPointFromBuffer(thread, arrBuf.GetTaggedValue()); in Slice() local 324 void *fromBuf = GetDataPointFromBuffer(thread, srcBuffer.GetTaggedValue()); in CloneArrayBuffer() local
|