Searched refs:Win32MemoryMappedFile (Results 1 – 1 of 1) sorted by relevance
854 class Win32MemoryMappedFile final : public OS::MemoryMappedFile { class856 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory, in Win32MemoryMappedFile() function in v8::base::Win32MemoryMappedFile862 ~Win32MemoryMappedFile() final;890 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in open()909 return new Win32MemoryMappedFile(file, file_mapping, memory, size); in create()913 Win32MemoryMappedFile::~Win32MemoryMappedFile() { in ~Win32MemoryMappedFile()