Searched refs:MemCopyUint8Function (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-posix.cc486 OS::MemCopyUint8Function OS::memcopy_uint8_function = &OS::MemCopyUint8Wrapper;
490 OS::MemCopyUint8Function CreateMemCopyUint8Function(
491 OS::MemCopyUint8Function stub);
H A Dplatform.h403 typedef void (*MemCopyUint8Function)(uint8_t* dest, typedef in class:v8::internal::OS
406 static MemCopyUint8Function memcopy_uint8_function;
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc116 OS::MemCopyUint8Function CreateMemCopyUint8Function(
117 OS::MemCopyUint8Function stub) {
268 return FUNCTION_CAST<OS::MemCopyUint8Function>(buffer);

Completed in 146 milliseconds