Searched defs:CopyDataPointBytes (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ | ||
| D | js_sendable_arraybuffer.cpp | 30 void JSSendableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32… in CopyDataPointBytes() function in panda::ecmascript::JSSendableArrayBuffer |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_arraybuffer.cpp | 30 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes() function in panda::ecmascript::JSArrayBuffer |