Home
last modified time | relevance | path

Searched refs:MemCopyUint16Uint8Function (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dutils.cc369 MemCopyUint16Uint8Function memcopy_uint16_uint8_function =
374 MemCopyUint16Uint8Function CreateMemCopyUint16Uint8Function(
375 Isolate* isolate, MemCopyUint16Uint8Function stub);
Dutils.h556 typedef void (*MemCopyUint16Uint8Function)(uint16_t* dest, const uint8_t* src, typedef
558 extern MemCopyUint16Uint8Function memcopy_uint16_uint8_function;
/external/v8/src/arm/
Dcodegen-arm.cc180 MemCopyUint16Uint8Function CreateMemCopyUint16Uint8Function( in CreateMemCopyUint16Uint8Function()
181 Isolate* isolate, MemCopyUint16Uint8Function stub) { in CreateMemCopyUint16Uint8Function()
263 return FUNCTION_CAST<MemCopyUint16Uint8Function>(buffer); in CreateMemCopyUint16Uint8Function()