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 94 OS::MemCopy(to, from, static_cast<size_t>(length));
106 TEST(MemCopy) {
  /external/v8/src/
v8utils.h 210 OS::MemCopy(dest, src, chars * sizeof(*dest));
platform.h 304 static void MemCopy(void* dest, const void* src, size_t size);
305 // Limit below which the extra overhead of the MemCopy function is likely
311 static void MemCopy(void* dest, const void* src, size_t size) {
platform-posix.cc 321 void OS::MemCopy(void* dest, const void* src, size_t size) {
platform-win32.cc 157 void OS::MemCopy(void* dest, const void* src, size_t size) {
    [all...]
api.cc     [all...]

Completed in 489 milliseconds