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

/external/v8/src/
H A Dutils.h446 // Limit below which the extra overhead of the MemCopy function is likely
456 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
469 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
499 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
509 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
610 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
617 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
1064 // Use block copying MemCopy if the segment we're copying is
1074 MemCopy(dst, src, num_words * kPointerSize);
1085 // Use block copying MemCopy i
[all...]

Completed in 746 milliseconds