Searched refs:Win32MemoryMappedFile (Results 1 – 1 of 1) sorted by relevance
922 class Win32MemoryMappedFile final : public OS::MemoryMappedFile { class924 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory, in Win32MemoryMappedFile() function in v8::base::Win32MemoryMappedFile930 ~Win32MemoryMappedFile() final;959 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in open()978 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in create()982 Win32MemoryMappedFile::~Win32MemoryMappedFile() { in ~Win32MemoryMappedFile()