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

  /external/v8/src/
utils.cc 391 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
395 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
396 MemCopyUint8Function stub);
401 MemCopyUint8Function memcopy_uint8_function = &MemCopyUint8Wrapper;
403 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
404 MemCopyUint8Function stub);
utils.h 427 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
429 extern MemCopyUint8Function memcopy_uint8_function;
456 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
458 extern MemCopyUint8Function memcopy_uint8_function;
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 20 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
21 MemCopyUint8Function stub) {
172 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
  /external/v8/src/mips/
codegen-mips.cc 20 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
21 MemCopyUint8Function stub) {
549 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 21 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
22 MemCopyUint8Function stub) {
551 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]

Completed in 354 milliseconds