Home
last modified time | relevance | path

Searched refs:MemMoveFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dmemcopy.cc18 static MemMoveFunction memmove_function = &MemMoveWrapper;
40 memmove_function = reinterpret_cast<MemMoveFunction>( in init_memcopy_functions()
Dmemcopy.h35 using MemMoveFunction = void (*)(void* dest, const void* src, size_t size); variable