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

/external/v8/src/
H A Dutils.h289 // 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) { function in namespace:v8::internal
312 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
341 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
350 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { function in namespace:v8::internal
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 i
[all...]

Completed in 78 milliseconds