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

  /external/v8/src/
platform-posix.cc 209 static OS::MemCopyFunction memcopy_function = NULL; member in namespace:v8::internal
216 if (memcopy_function == NULL) {
218 if (memcopy_function == NULL) {
221 memcopy_function = temp;
226 (*memcopy_function)(dest, src, size);
platform-win32.cc 180 static OS::MemCopyFunction memcopy_function = NULL; member in namespace:v8::internal
187 if (memcopy_function == NULL) {
189 if (memcopy_function == NULL) {
192 memcopy_function = temp;
197 (*memcopy_function)(dest, src, size);
    [all...]

Completed in 27 milliseconds