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

  /external/chromium_org/v8/src/
utils.cc 366 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper; member in namespace:v8::internal
375 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper; member in namespace:v8::internal
388 memcopy_uint8_function = CreateMemCopyUint8Function(&MemCopyUint8Wrapper);
392 memcopy_uint8_function = CreateMemCopyUint8Function(&MemCopyUint8Wrapper);
utils.h 305 extern MemCopyUint8Function memcopy_uint8_function;
313 (*memcopy_uint8_function)(reinterpret_cast<uint8_t*>(dest),
334 extern MemCopyUint8Function memcopy_uint8_function;
342 (*memcopy_uint8_function)(reinterpret_cast<uint8_t*>(dest),
    [all...]

Completed in 63 milliseconds