Home | History | Annotate | Download | only in src

Lines Matching refs:MemCopy

289 // Limit below which the extra overhead of the MemCopy function is likely
299 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
312 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
341 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
350 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
441 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
448 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
1121 // Use block copying MemCopy if the segment we're copying is
1131 MemCopy(dst, src, num_words * kPointerSize);
1142 // Use block copying MemCopy if the segment we're copying is
1167 // Use block copying MemCopy if the segment we're copying is
1177 MemCopy(dst, src, num_bytes);
1289 MemCopy(dest, src, chars * sizeof(*dest));
1347 MemCopy(dest, src, chars);
1388 MemCopy(dest, src, chars * sizeof(*dest));
1399 MemCopy(dest, src, chars);
1407 MemCopy(dest, src, chars * sizeof(*dest));