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

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s33 .globl SafeFetchN
47 .globl SafeFetchN, FetchNPFI, FetchNResume
48 .type SafeFetchN,@function
50 SafeFetchN: label
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s52 .globl SafeFetchN
55 SafeFetchN: label
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s52 .globl SafeFetchN, FetchNPFI, FetchNResume
54 .type SafeFetchN,@function
55 // Prototype: intptr_t SafeFetchN (intptr_t * Adr, intptr_t ErrValue)
56 SafeFetchN: label
H A Dlinux_x86_32.s46 .globl SafeFetchN
54 SafeFetchN: label
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s64 .globl SafeFetchN, FetchNPFI, FetchNResume
66 // Prototype: intptr_t SafeFetchN (intptr_t * Adr, intptr_t ErrValue)
67 SafeFetchN: label
H A Dsolaris_x86_32.s59 .globl SafeFetchN
62 SafeFetchN: label
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp474 intptr_t SafeFetchN(intptr_t *adr, intptr_t errValue) { function
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp418 intptr_t SafeFetchN(intptr_t *adr, intptr_t errValue) { function
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp533 extern "C" intptr_t SafeFetchN (intptr_t * adr, intptr_t Err) { function

Completed in 82 milliseconds