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

  /external/v8/src/
utils.cc 389 V8_EXPORT_PRIVATE MemCopyUint8Function memcopy_uint8_function =
394 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
395 MemCopyUint8Function stub);
400 V8_EXPORT_PRIVATE MemCopyUint8Function memcopy_uint8_function =
403 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
404 MemCopyUint8Function stub);
utils.h 460 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
462 V8_EXPORT_PRIVATE extern MemCopyUint8Function memcopy_uint8_function;
490 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
492 V8_EXPORT_PRIVATE extern MemCopyUint8Function memcopy_uint8_function;
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 22 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
23 MemCopyUint8Function stub) {
174 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
  /external/v8/src/mips/
codegen-mips.cc 22 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
23 MemCopyUint8Function stub) {
551 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
  /external/v8/src/mips64/
codegen-mips64.cc 23 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
24 MemCopyUint8Function stub) {
553 return FUNCTION_CAST<MemCopyUint8Function>(buffer);

Completed in 948 milliseconds