Home
last modified time | relevance | path

Searched refs:pending_jni_exception_check_fn_offset (Results 1 – 25 of 106) sorted by relevance

12345

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dthread.hpp1248 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dthread.hpp1560 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp1703 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.hpp1758 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.hpp1712 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp942 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp1703 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.hpp1782 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.hpp1738 static ByteSize pending_jni_exception_check_fn_offset() { in pending_jni_exception_check_fn_offset() function in JavaThread
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DsharedRuntime_arm.cpp1719 __ str(ZR, Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())); in generate_native_wrapper()
1744 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_wrapper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DsharedRuntime_arm.cpp1719 __ str(ZR, Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())); in generate_native_wrapper()
1744 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_wrapper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp996 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp996 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp998 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp997 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp996 …str(__ zero_register(Rtemp), Address(Rthread, JavaThread::pending_jni_exception_check_fn_offset())… in generate_native_entry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1161 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1427 __ st_ptr(G0, G2_thread, JavaThread::pending_jni_exception_check_fn_offset()); in generate_native_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1418 __ st_ptr(G0, G2_thread, JavaThread::pending_jni_exception_check_fn_offset()); in generate_native_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1161 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp1427 __ st_ptr(G0, G2_thread, JavaThread::pending_jni_exception_check_fn_offset()); in generate_native_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1153 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1149 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1101 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp1153 __ movptr(Address(thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD); in generate_native_entry()

12345