Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A 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_t count) in CopyDataPointBytes() argument
/arkcompiler/ets_runtime/ecmascript/
H A 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() argument
H A 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/
H A Dbuiltins_sendable_arraybuffer.cpp213 void *toBuf = GetDataPointFromBuffer(newJsArrBuf.GetTaggedValue()); in Slice() local
325 void *toBuf = GetDataPointFromBuffer(taggedBuf); in CloneArrayBuffer() local
H A Dbuiltins_arraybuffer.cpp208 void *toBuf = GetDataPointFromBuffer(newJsArrBuf.GetTaggedValue()); in Slice() local
332 void *toBuf = GetDataPointFromBuffer(taggedBuf); in CloneArrayBuffer() local

Completed in 5 milliseconds