Home
last modified time | relevance | path

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

/external/v8/src/
Dutils.cc367 V8_EXPORT_PRIVATE MemCopyUint8Function memcopy_uint8_function =
372 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
373 MemCopyUint8Function stub);
378 V8_EXPORT_PRIVATE MemCopyUint8Function memcopy_uint8_function =
381 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
382 MemCopyUint8Function stub);
Dutils.h538 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src, typedef
540 V8_EXPORT_PRIVATE extern MemCopyUint8Function memcopy_uint8_function;
568 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src, typedef
570 V8_EXPORT_PRIVATE extern MemCopyUint8Function memcopy_uint8_function;
/external/v8/src/arm/
Dcodegen-arm.cc22 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate, in CreateMemCopyUint8Function()
23 MemCopyUint8Function stub) { in CreateMemCopyUint8Function()
174 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
/external/v8/src/mips64/
Dcodegen-mips64.cc21 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate, in CreateMemCopyUint8Function()
22 MemCopyUint8Function stub) { in CreateMemCopyUint8Function()
550 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
/external/v8/src/mips/
Dcodegen-mips.cc21 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate, in CreateMemCopyUint8Function()
22 MemCopyUint8Function stub) { in CreateMemCopyUint8Function()
549 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()