Searched refs:Win32MemoryMappedFile (Results 1 – 1 of 1) sorted by relevance
861 class Win32MemoryMappedFile final : public OS::MemoryMappedFile { class863 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory, in Win32MemoryMappedFile() function in v8::base::Win32MemoryMappedFile869 ~Win32MemoryMappedFile() final;897 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in open()916 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in create()920 Win32MemoryMappedFile::~Win32MemoryMappedFile() { in ~Win32MemoryMappedFile()