Searched refs:sharedmem_filesize (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp1023 static size_t sharedmem_filesize(int fd, TRAPS) { function
1126 size = sharedmem_filesize(fd, CHECK);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp1033 static size_t sharedmem_filesize(int fd, TRAPS) { function
1144 size = sharedmem_filesize(fd, CHECK);
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1545 static size_t sharedmem_filesize(const char* filename, TRAPS) { function
1658 size = sharedmem_filesize(rfilename, CHECK);
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp1050 static size_t sharedmem_filesize(int fd, TRAPS) { function
1161 size = sharedmem_filesize(fd, CHECK);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp1106 static size_t sharedmem_filesize(int fd, TRAPS) { function
1222 size = sharedmem_filesize(fd, CHECK);

Completed in 67 milliseconds