Searched refs:memcopy_uint8_function (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dutils.cc391 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper; member in namespace:v8::internal
401 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper; member in namespace:v8::internal
420 memcopy_uint8_function =
425 memcopy_uint8_function =
H A Dutils.h399 extern MemCopyUint8Function memcopy_uint8_function;
407 (*memcopy_uint8_function)(reinterpret_cast<uint8_t*>(dest),
428 extern MemCopyUint8Function memcopy_uint8_function;
436 (*memcopy_uint8_function)(reinterpret_cast<uint8_t*>(dest),

Completed in 91 milliseconds