Home
last modified time | relevance | path

Searched refs:JvmtiSuspendControl (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp766 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
793 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
808 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp383 class JvmtiSuspendControl : public AllStatic { class
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp774 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
778 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
782 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp382 class JvmtiSuspendControl : public AllStatic { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiImpl.cpp855 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
882 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
897 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp433 class JvmtiSuspendControl : public AllStatic { class
H A DjvmtiEnv.cpp955 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThread()
999 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThreadList()
1033 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThread()
1063 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThreadList()
1753 JvmtiSuspendControl::print(); in NotifyFramePop()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp769 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
796 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
811 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp380 class JvmtiSuspendControl : public AllStatic { class
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp840 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
867 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
882 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp432 class JvmtiSuspendControl : public AllStatic { class
H A DjvmtiEnv.cpp962 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThread()
1006 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThreadList()
1040 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThread()
1070 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThreadList()
1760 JvmtiSuspendControl::print(); in NotifyFramePop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp858 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
885 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
900 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp419 class JvmtiSuspendControl : public AllStatic { class
H A DjvmtiEnv.cpp957 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThread()
1001 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThreadList()
1035 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThread()
1065 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThreadList()
1755 JvmtiSuspendControl::print(); in NotifyFramePop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp840 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
867 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
882 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp432 class JvmtiSuspendControl : public AllStatic { class
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp845 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
872 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
887 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp414 class JvmtiSuspendControl : public AllStatic { class
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp832 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
859 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
874 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp431 class JvmtiSuspendControl : public AllStatic { class
H A DjvmtiEnv.cpp764 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThread()
815 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThreadList()
849 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThread()
877 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThreadList()
1513 JvmtiSuspendControl::print(); in NotifyFramePop()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp832 bool JvmtiSuspendControl::suspend(JavaThread *java_thread) { in suspend()
859 bool JvmtiSuspendControl::resume(JavaThread *java_thread) { in resume()
874 void JvmtiSuspendControl::print() { in print()
H A DjvmtiImpl.hpp431 class JvmtiSuspendControl : public AllStatic { class
H A DjvmtiEnv.cpp764 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThread()
815 if (!JvmtiSuspendControl::suspend(java_thread)) { in SuspendThreadList()
849 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThread()
877 if (!JvmtiSuspendControl::resume(java_thread)) { in ResumeThreadList()
1513 JvmtiSuspendControl::print(); in NotifyFramePop()

12