Searched refs:ucontext_get_sp (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp134 static intptr_t* ucontext_get_sp(ucontext_t* uc);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp127 static intptr_t* ucontext_get_sp(ucontext_t* uc);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp118 *ret_sp = os::Linux::ucontext_get_sp(uc);
256 intptr_t *sp = (intptr_t *)os::Linux::ucontext_get_sp(uc);
305 intptr_t *sp = (intptr_t *)os::Linux::ucontext_get_sp(uc);
356 intptr_t* os::Linux::ucontext_get_sp(ucontext_t *uc) { function in class:os::Linux
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp187 intptr_t* os::Solaris::ucontext_get_sp(ucontext_t *uc) { function in class:os::Solaris
231 if (ret_sp) *ret_sp = os::Solaris::ucontext_get_sp(uc);
619 intptr_t *sp = (intptr_t *)os::Solaris::ucontext_get_sp(uc);
668 intptr_t *sp = (intptr_t *)os::Solaris::ucontext_get_sp(uc);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp302 intptr_t* os::Bsd::ucontext_get_sp(ucontext_t * uc) { function in class:os::Bsd
333 if (ret_sp) *ret_sp = os::Bsd::ucontext_get_sp(uc);
1064 intptr_t *sp = (intptr_t *)os::Bsd::ucontext_get_sp(uc);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp119 intptr_t* os::Linux::ucontext_get_sp(ucontext_t * uc) { function in class:os::Linux
150 if (ret_sp) *ret_sp = os::Linux::ucontext_get_sp(uc);
799 intptr_t *sp = (intptr_t *)os::Linux::ucontext_get_sp(uc);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp178 intptr_t* os::Solaris::ucontext_get_sp(ucontext_t *uc) { function in class:os::Solaris
215 if (ret_sp) *ret_sp = os::Solaris::ucontext_get_sp(uc);
785 intptr_t *sp = (intptr_t *)os::Solaris::ucontext_get_sp(uc);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp144 static intptr_t* ucontext_get_sp(ucontext_t* uc);

Completed in 49 milliseconds