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

  /external/v8/test/cctest/
test-utils.cc 93 OS::MemCopy(to, from, static_cast<size_t>(length));
105 TEST(MemCopy) {
  /external/v8/src/
v8utils.h 266 OS::MemCopy(dest, src, chars * sizeof(*dest));
platform.h 308 static void MemCopy(void* dest, const void* src, size_t size);
309 // Limit below which the extra overhead of the MemCopy function is likely
315 static void MemCopy(void* dest, const void* src, size_t size) {
platform-posix.cc 215 void OS::MemCopy(void* dest, const void* src, size_t size) {
platform-win32.cc 186 void OS::MemCopy(void* dest, const void* src, size_t size) {
    [all...]
api.cc     [all...]

Completed in 60 milliseconds