platform-win32.cc | 151 static OS::MemCopyFunction memcopy_function = NULL; member in namespace:v8::internal 158 if (memcopy_function == NULL) { 160 if (memcopy_function == NULL) { 163 memcopy_function = temp; 168 (*memcopy_function)(dest, src, size); [all...] |