Searched refs:Fetch32Resume (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s27 # for control to resume at Fetch32Resume.
32 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
42 Fetch32Resume: label
H A Dos_linux_sparc.cpp370 extern "C" void Fetch32Resume();
376 set_cont_address(uc, address(Fetch32Resume));
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s27 !! for control to resume at Fetch32Resume.
41 .global Fetch32PFI, Fetch32Resume
47 Fetch32Resume: label
H A Dos_solaris_sparc.cpp307 extern "C" void Fetch32Resume () ;
385 uc->uc_mcontext.gregs [REG_PC] = intptr_t(Fetch32Resume) ;
386 uc->uc_mcontext.gregs [REG_nPC] = intptr_t(Fetch32Resume) + 4 ;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s54 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
61 Fetch32Resume: label
H A Dos_solaris_x86.cpp357 extern "C" void Fetch32Resume () ;
442 uc->uc_mcontext.gregs[REG_PC] = intptr_t(Fetch32Resume) ;
H A Dsolaris_x86_32.s60 .globl Fetch32PFI, Fetch32Resume
67 Fetch32Resume: label
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s49 .globl SYMBOL(SafeFetch32), SYMBOL(Fetch32PFI), SYMBOL(Fetch32Resume)
57 SYMBOL(Fetch32Resume):
H A Dbsd_x86_32.s66 .globl SYMBOL(SafeFetch32), SYMBOL(Fetch32PFI), SYMBOL(Fetch32Resume)
68 ## TODO: avoid exposing Fetch32PFI and Fetch32Resume.
80 SYMBOL(Fetch32Resume):
H A Dos_bsd_x86.cpp390 extern "C" void Fetch32Resume () ;
459 uc->context_pc = intptr_t(Fetch32Resume) ;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s41 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
49 Fetch32Resume: label
H A Dlinux_x86_32.s45 .globl SafeFetch32, Fetch32PFI, Fetch32Resume
47 ## TODO: avoid exposing Fetch32PFI and Fetch32Resume.
59 Fetch32Resume: label
H A Dos_linux_x86.cpp207 extern "C" void Fetch32Resume () ;
276 uc->uc_mcontext.gregs[REG_PC] = intptr_t(Fetch32Resume) ;

Completed in 52 milliseconds