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

/external/chromium_org/v8/src/
H A Dutils.cc366 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
370 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub);
375 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
377 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub);
H A Dutils.h303 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src, typedef in namespace:v8::internal
305 extern MemCopyUint8Function memcopy_uint8_function;
332 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src, typedef in namespace:v8::internal
334 extern MemCopyUint8Function memcopy_uint8_function;
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc82 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) {
232 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
/external/chromium_org/v8/src/mips64/
H A Dcodegen-mips64.cc83 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) {
497 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc75 MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) {
602 return FUNCTION_CAST<MemCopyUint8Function>(buffer);

Completed in 79 milliseconds