Home
last modified time | relevance | path

Searched refs:is_safefetch_fault (Results 1 – 25 of 132) sorted by relevance

123456

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A DvmError_posix.cpp80 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A DvmError_posix.cpp117 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A DvmError_posix.cpp127 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/posix/
H A DvmError_posix.cpp127 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A DvmError_posix.cpp127 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/posix/
H A DvmError_posix.cpp127 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/posix/
H A DvmError_posix.cpp124 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/posix/
H A DvmError_posix.cpp127 if (uc && pc && StubRoutines::is_safefetch_fault(pc)) { in crash_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_aarch64/
H A Dos_linux_aarch64.cpp188 if (StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/bsd_ppc/
H A Dos_bsd_ppc.cpp194 if (pc && StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/aix_ppc/vm/
H A Dos_aix_ppc.cpp219 if (pc && StubRoutines::is_safefetch_fault(pc)) { in JVM_handle_aix_signal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/aix_ppc/vm/
H A Dos_aix_ppc.cpp219 if (pc && StubRoutines::is_safefetch_fault(pc)) { in JVM_handle_aix_signal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp424 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp420 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/bsd_aarch64/
H A Dos_bsd_aarch64.cpp219 if (StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_ppc/
H A Dos_linux_ppc.cpp211 if (pc && StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/aix_ppc/
H A Dos_aix_ppc.cpp175 if (pc && StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/bsd_ppc/
H A Dos_bsd_ppc.cpp194 if (pc && StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp424 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp429 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/linux_ppc/vm/
H A Dos_linux_ppc.cpp215 if (pc && StubRoutines::is_safefetch_fault(pc)) { in JVM_handle_linux_signal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/linux_ppc/vm/
H A Dos_linux_ppc.cpp215 if (pc && StubRoutines::is_safefetch_fault(pc)) { in JVM_handle_linux_signal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp429 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp429 static bool is_safefetch_fault(address pc) { in is_safefetch_fault() function in StubRoutines
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_s390/
H A Dos_linux_s390.cpp214 if (pc && StubRoutines::is_safefetch_fault(pc)) { in pd_hotspot_signal_handler()

123456