Searched defs:SafeFetch32 (Results 1 - 9 of 9) sorted by relevance
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/ |
H A D | linux_sparc.s | 24 # 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 D | solaris_sparc.s | 24 !! Prototype: int SafeFetch32 (int * adr, int ErrValue) 39 .globl SafeFetch32 42 SafeFetch32: label
|
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/ |
H A D | linux_x86_64.s | 41 .globl SafeFetch32, Fetch32PFI, Fetch32Resume 43 .type SafeFetch32,@function 44 // Prototype: int SafeFetch32 (int * Adr, int ErrValue) 45 SafeFetch32: label
|
H A D | linux_x86_32.s | 45 .globl SafeFetch32, Fetch32PFI, Fetch32Resume 51 .type SafeFetch32,@function 53 SafeFetch32: label
|
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/ |
H A D | solaris_x86_64.s | 54 .globl SafeFetch32, Fetch32PFI, Fetch32Resume 56 // Prototype: int SafeFetch32 (int * Adr, int ErrValue) 57 SafeFetch32: label
|
H A D | solaris_x86_32.s | 58 .globl SafeFetch32 61 SafeFetch32: label
|
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/ |
H A D | os_bsd_zero.cpp | 469 int SafeFetch32(int *adr, int errValue) { function
|
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/ |
H A D | os_linux_zero.cpp | 413 int SafeFetch32(int *adr, int errValue) { function
|
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/ |
H A D | os_windows_x86.cpp | 524 extern "C" int SafeFetch32 (int * adr, int Err) { function
|
Completed in 1896 milliseconds