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

  /external/chromium_org/v8/src/
utils.cc 366 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
370 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub);
375 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
377 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub);
utils.h 366 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
368 extern MemCopyUint8Function memcopy_uint8_function;
395 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
397 extern MemCopyUint8Function memcopy_uint8_function;
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 81 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) {
230 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 74 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) {
599 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]

Completed in 746 milliseconds