Searched defs:SafeFetch32 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s24 # Prototype: int SafeFetch32 (int * adr, int ErrValue)
32 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
35 .type SafeFetch32,@function
36 SafeFetch32: label
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s24 !! Prototype: int SafeFetch32 (int * adr, int ErrValue)
39 .globl SafeFetch32
42 SafeFetch32: label
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s41 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
43 .type SafeFetch32,@function
44 // Prototype: int SafeFetch32 (int * Adr, int ErrValue)
45 SafeFetch32: label
H A Dlinux_x86_32.s45 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
51 .type SafeFetch32,@function
53 SafeFetch32: label
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s54 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
56 // Prototype: int SafeFetch32 (int * Adr, int ErrValue)
57 SafeFetch32: label
H A Dsolaris_x86_32.s58 .globl SafeFetch32
61 SafeFetch32: label
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp469 int SafeFetch32(int *adr, int errValue) { function
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp413 int SafeFetch32(int *adr, int errValue) { function
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp524 extern "C" int SafeFetch32 (int * adr, int Err) { function

Completed in 1896 milliseconds