Home
last modified time | relevance | path

Searched refs:CopyWords (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h431 CopyWords(reinterpret_cast<Object**>(dst), reinterpret_cast<Object**>(src), in CopyBlock()
/external/v8/src/
Dutils.h1120 inline void CopyWords(T* dst, const T* src, size_t num_words) { in CopyWords() function
Delements.cc293 CopyWords(reinterpret_cast<Object**>(to_address), in CopyDoubleToDoubleElements()
/external/v8/
DChangeLog45186 Use internal memcpy for CopyWords and when copying code.