HomeSort by relevance Sort by last modified time
    Searched refs:CopyWords (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
global-handles.h 57 CopyWords(group->objects_, handles, static_cast<int>(length));
91 CopyWords(group->children_, children, static_cast<int>(length));
v8utils.h 124 inline void CopyWords(T* dst, T* src, int num_words) {
heap-inl.h 384 CopyWords(reinterpret_cast<Object**>(dst),
elements.cc 165 CopyWords(reinterpret_cast<Object**>(to_address) + to_start,
310 CopyWords(reinterpret_cast<Object**>(to_address),
    [all...]

Completed in 37 milliseconds