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 315 static OS::MemCopyFunction memcopy_function = NULL; member in namespace:v8::internal
322 if (memcopy_function == NULL) {
324 if (memcopy_function == NULL) {
327 memcopy_function = temp;
332 (*memcopy_function)(dest, src, size);
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...]

Completed in 137 milliseconds