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 397 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
399 extern MemCopyUint8Function memcopy_uint8_function;
426 typedef void (*MemCopyUint8Function)(uint8_t* dest, const uint8_t* src,
428 extern MemCopyUint8Function memcopy_uint8_function;
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 82 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
83 MemCopyUint8Function stub) {
234 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 74 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
75 MemCopyUint8Function stub) {
603 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 74 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
75 MemCopyUint8Function stub) {
604 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
    [all...]

Completed in 59 milliseconds