Searched refs:FetchNResume (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s47 .globl SafeFetchN, FetchNPFI, FetchNResume
55 FetchNResume: label
H A Dos_linux_sparc.cpp372 extern "C" void FetchNResume();
380 set_cont_address(uc, address(FetchNResume));
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s54 .globl FetchNPFI, FetchNResume
60 FetchNResume: label
H A Dos_solaris_sparc.cpp309 extern "C" void FetchNResume () ;
390 uc->uc_mcontext.gregs [REG_PC] = intptr_t(FetchNResume) ;
391 uc->uc_mcontext.gregs [REG_nPC] = intptr_t(FetchNResume) + 4 ;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s64 .globl SafeFetchN, FetchNPFI, FetchNResume
71 FetchNResume: label
H A Dos_solaris_x86.cpp360 extern "C" void FetchNResume () ;
447 uc->uc_mcontext.gregs [REG_PC] = intptr_t(FetchNResume) ;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s60 .globl SYMBOL(SafeFetchN), SYMBOL(FetchNPFI), SYMBOL(FetchNResume)
68 SYMBOL(FetchNResume):
H A Dos_bsd_x86.cpp393 extern "C" void FetchNResume () ;
464 uc->context_pc = intptr_t (FetchNResume) ;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s52 .globl SafeFetchN, FetchNPFI, FetchNResume
60 FetchNResume: label
H A Dos_linux_x86.cpp210 extern "C" void FetchNResume () ;
281 uc->uc_mcontext.gregs[REG_PC] = intptr_t (FetchNResume) ;

Completed in 700 milliseconds