Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp26 void *toBuf = JSNativePointer::Cast(toBlock.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.cpp27 void *toBuf = JSNativePointer::Cast(toBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes() local
31 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Djs_typed_array.cpp765 void *toBuf = reinterpret_cast<void *>( in GetOffHeapBuffer() local
797 void *toBuf = reinterpret_cast<void *>( in GetSharedOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp213 void *toBuf = GetDataPointFromBuffer(newJsArrBuf.GetTaggedValue()); in Slice() local
325 void *toBuf = GetDataPointFromBuffer(taggedBuf); in CloneArrayBuffer() local
Dbuiltins_arraybuffer.cpp208 void *toBuf = GetDataPointFromBuffer(newJsArrBuf.GetTaggedValue()); in Slice() local
327 void *toBuf = GetDataPointFromBuffer(taggedBuf); in CloneArrayBuffer() local