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

  /external/chromium_org/v8/src/
platform.h 357 typedef void (*MemCopyUint16Uint8Function)(uint16_t* dest,
360 static MemCopyUint16Uint8Function memcopy_uint16_uint8_function;
platform-posix.cc 502 OS::MemCopyUint16Uint8Function OS::memcopy_uint16_uint8_function =
507 OS::MemCopyUint16Uint8Function CreateMemCopyUint16Uint8Function(
508 OS::MemCopyUint16Uint8Function stub);
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 274 OS::MemCopyUint16Uint8Function CreateMemCopyUint16Uint8Function(
275 OS::MemCopyUint16Uint8Function stub) {
357 return FUNCTION_CAST<OS::MemCopyUint16Uint8Function>(buffer);

Completed in 57 milliseconds