Searched defs:PlatformParker (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp127 class PlatformParker : public CHeapObj<mtInternal> { class in inherits:CHeapObj
132 ~PlatformParker () { guarantee (0, "invariant") ; }
133 PlatformParker () { function in class:PlatformParker
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp309 class PlatformParker : public CHeapObj<mtInternal> { class in inherits:CHeapObj
315 ~PlatformParker() { guarantee (0, "invariant") ; }
318 PlatformParker() { function in class:PlatformParker
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp295 class PlatformParker : public CHeapObj<mtInternal> { class in inherits:CHeapObj
301 ~PlatformParker() { guarantee (0, "invariant") ; }
304 PlatformParker() { function in class:PlatformParker
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp391 class PlatformParker : public CHeapObj<mtInternal> { class in inherits:CHeapObj
397 ~PlatformParker() { guarantee (0, "invariant") ; }
400 PlatformParker() { function in class:PlatformParker

Completed in 241 milliseconds