Home
last modified time | relevance | path

Searched refs:memcopy_function (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dplatform-posix.cc315 static OS::MemCopyFunction memcopy_function = NULL; variable
322 if (memcopy_function == NULL) { in MemCopy()
324 if (memcopy_function == NULL) { in MemCopy()
327 memcopy_function = temp; in MemCopy()
332 (*memcopy_function)(dest, src, size); in MemCopy()
Dplatform-win32.cc151 static OS::MemCopyFunction memcopy_function = NULL; variable
158 if (memcopy_function == NULL) { in MemCopy()
160 if (memcopy_function == NULL) { in MemCopy()
163 memcopy_function = temp; in MemCopy()
168 (*memcopy_function)(dest, src, size); in MemCopy()