Home
last modified time | relevance | path

Searched refs:calling_thread (Results 1 – 25 of 116) sorted by relevance

12345

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DescapeBarrier.hpp72 EscapeBarrier(bool barrier_active, JavaThread* calling_thread, JavaThread* deoptee_thread) in EscapeBarrier() argument
73 : _calling_thread(calling_thread), _deoptee_thread(deoptee_thread), in EscapeBarrier()
81 EscapeBarrier(bool barrier_active, JavaThread* calling_thread) in EscapeBarrier() argument
82 : _calling_thread(calling_thread), _deoptee_thread(NULL), in EscapeBarrier()
92 EscapeBarrier(bool barrier_active, JavaThread* calling_thread, JavaThread* deoptee_thread) { }
93 EscapeBarrier(bool barrier_active, JavaThread* calling_thread) { }
144 JavaThread* calling_thread() const { return _calling_thread; } in calling_thread() function in EscapeBarrier
H A DescapeBarrier.cpp77 assert(calling_thread() == Thread::current(), "should be"); in deoptimize_objects()
79 ResourceMark rm(calling_thread()); in deoptimize_objects()
80 HandleMark hm(calling_thread()); in deoptimize_objects()
119 ResourceMark rm(calling_thread()); in deoptimize_objects_all_threads()
317 JavaThread* ct = calling_thread(); in deoptimize_objects_internal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DescapeBarrier.hpp72 EscapeBarrier(bool barrier_active, JavaThread* calling_thread, JavaThread* deoptee_thread) in EscapeBarrier() argument
73 : _calling_thread(calling_thread), _deoptee_thread(deoptee_thread), in EscapeBarrier()
81 EscapeBarrier(bool barrier_active, JavaThread* calling_thread) in EscapeBarrier() argument
82 : _calling_thread(calling_thread), _deoptee_thread(NULL), in EscapeBarrier()
92 EscapeBarrier(bool barrier_active, JavaThread* calling_thread, JavaThread* deoptee_thread) { }
93 EscapeBarrier(bool barrier_active, JavaThread* calling_thread) { }
144 JavaThread* calling_thread() const { return _calling_thread; } in calling_thread() function in EscapeBarrier
H A DescapeBarrier.cpp78 assert(calling_thread() == Thread::current(), "should be"); in deoptimize_objects()
80 ResourceMark rm(calling_thread()); in deoptimize_objects()
81 HandleMark hm(calling_thread()); in deoptimize_objects()
120 ResourceMark rm(calling_thread()); in deoptimize_objects_all_threads()
318 JavaThread* ct = calling_thread(); in deoptimize_objects_internal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
300 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
408 GetOwnedMonitorInfoClosure(JavaThread* calling_thread, JvmtiEnv* env, in GetOwnedMonitorInfoClosure() argument
411 _calling_thread(calling_thread), in GetOwnedMonitorInfoClosure()
431 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
452 _calling_thread(calling_thread), in GetCurrentContendedMonitorClosure()
522 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
524 : _calling_thread(calling_thread), in VM_GetAllStackTraces()
565 _calling_thread(calling_thread), in GetSingleStackTraceClosure()
650 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp283 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
299 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
407 GetOwnedMonitorInfoClosure(JavaThread* calling_thread, JvmtiEnv* env, in GetOwnedMonitorInfoClosure() argument
410 _calling_thread(calling_thread), in GetOwnedMonitorInfoClosure()
430 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
451 _calling_thread(calling_thread), in GetCurrentContendedMonitorClosure()
521 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
523 : _calling_thread(calling_thread), in VM_GetAllStackTraces()
564 _calling_thread(calling_thread), in GetSingleStackTraceClosure()
649 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
299 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
304 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
389 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
393 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
417 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
440 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
520 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
523 _calling_thread = calling_thread; in VM_GetAllStackTraces()
631 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
H A DjvmtiEnvBase.cpp677 *monitor_ptr = jni_reference(calling_thread, hobj); in get_current_contended_monitor()
684 JvmtiEnvBase::get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread, in get_owned_monitors() argument
713 JvmtiMonitorClosure jmc(java_thread, calling_thread, owned_monitors_list, this); in get_owned_monitors()
797 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
961 BiasedLocking::revoke_and_rebias(hobj, false, calling_thread); in get_object_monitor_usage()
1012 ret.owner = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1086 destroy_jni_reference(calling_thread, ret.owner); in get_object_monitor_usage()
1089 destroy_jni_reference(calling_thread, ret.waiters[j]); in get_object_monitor_usage()
1096 ret.waiters[i] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1116 ret.waiters[offset + j] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
299 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
304 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
389 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
393 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
417 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
440 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
520 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
523 _calling_thread = calling_thread; in VM_GetAllStackTraces()
631 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
299 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
304 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
389 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
393 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
417 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
440 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
520 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
523 _calling_thread = calling_thread; in VM_GetAllStackTraces()
631 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
H A DjvmtiEnvBase.cpp679 *monitor_ptr = jni_reference(calling_thread, hobj); in get_current_contended_monitor()
686 JvmtiEnvBase::get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread, in get_owned_monitors() argument
715 JvmtiMonitorClosure jmc(java_thread, calling_thread, owned_monitors_list, this); in get_owned_monitors()
799 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
963 BiasedLocking::revoke_and_rebias(hobj, false, calling_thread); in get_object_monitor_usage()
1014 ret.owner = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1089 destroy_jni_reference(calling_thread, ret.owner); in get_object_monitor_usage()
1092 destroy_jni_reference(calling_thread, ret.waiters[j]); in get_object_monitor_usage()
1099 ret.waiters[i] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1119 ret.waiters[offset + j] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp276 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
291 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
296 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
381 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
385 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
409 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
432 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
512 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
515 _calling_thread = calling_thread; in VM_GetAllStackTraces()
623 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
300 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
307 jvmtiError get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread,
385 GetOwnedMonitorInfoClosure(JavaThread* calling_thread, JvmtiEnv* env, in GetOwnedMonitorInfoClosure() argument
388 _calling_thread(calling_thread), in GetOwnedMonitorInfoClosure()
410 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
432 _calling_thread(calling_thread), in GetCurrentContendedMonitorClosure()
511 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
514 _calling_thread = calling_thread; in VM_GetAllStackTraces()
622 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
H A DjvmtiEnvBase.cpp680 *monitor_ptr = jni_reference(calling_thread, hobj); in get_current_contended_monitor()
687 JvmtiEnvBase::get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread, in get_owned_monitors() argument
714 JvmtiMonitorClosure jmc(java_thread, calling_thread, owned_monitors_list, this); in get_owned_monitors()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
968 BiasedLocking::revoke(hobj, calling_thread); in get_object_monitor_usage()
1019 ret.owner = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1093 destroy_jni_reference(calling_thread, ret.owner); in get_object_monitor_usage()
1096 destroy_jni_reference(calling_thread, ret.waiters[j]); in get_object_monitor_usage()
1103 ret.waiters[i] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1123 ret.waiters[offset + j] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp284 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
299 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
304 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
389 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
393 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
417 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
440 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
520 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
523 _calling_thread = calling_thread; in VM_GetAllStackTraces()
631 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp285 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
305 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
310 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
356 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
360 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
391 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
414 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
508 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
511 _calling_thread = calling_thread; in VM_GetAllStackTraces()
624 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
H A DjvmtiEnvBase.cpp684 *monitor_ptr = jni_reference(calling_thread, hobj); in get_current_contended_monitor()
691 JvmtiEnvBase::get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread, in get_owned_monitors() argument
720 JvmtiMonitorClosure jmc(java_thread, calling_thread, owned_monitors_list, this); in get_owned_monitors()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
967 BiasedLocking::revoke_and_rebias(hobj, false, calling_thread); in get_object_monitor_usage()
1018 ret.owner = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1098 destroy_jni_reference(calling_thread, ret.owner); in get_object_monitor_usage()
1101 destroy_jni_reference(calling_thread, ret.waiters[j]); in get_object_monitor_usage()
1108 ret.waiters[i] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1128 ret.waiters[offset + j] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp285 jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
305 jvmtiError get_object_monitor_usage(JavaThread *calling_thread,
310 jvmtiError get_current_contended_monitor(JavaThread *calling_thread,
356 VM_GetOwnedMonitorInfo(JvmtiEnv* env, JavaThread* calling_thread, in VM_GetOwnedMonitorInfo() argument
360 _calling_thread = calling_thread; in VM_GetOwnedMonitorInfo()
391 _calling_thread = calling_thread; in VM_GetObjectMonitorUsage()
414 _calling_thread = calling_thread; in VM_GetCurrentContendedMonitor()
508 VM_GetAllStackTraces(JvmtiEnv *env, JavaThread *calling_thread, in VM_GetAllStackTraces() argument
511 _calling_thread = calling_thread; in VM_GetAllStackTraces()
624 JvmtiMonitorClosure(JavaThread* thread, JavaThread *calling_thread, in JvmtiMonitorClosure() argument
[all …]
H A DjvmtiEnvBase.cpp684 *monitor_ptr = jni_reference(calling_thread, hobj); in get_current_contended_monitor()
691 JvmtiEnvBase::get_owned_monitors(JavaThread *calling_thread, JavaThread* java_thread, in get_owned_monitors() argument
720 JvmtiMonitorClosure jmc(java_thread, calling_thread, owned_monitors_list, this); in get_owned_monitors()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
967 BiasedLocking::revoke_and_rebias(hobj, false, calling_thread); in get_object_monitor_usage()
1018 ret.owner = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1098 destroy_jni_reference(calling_thread, ret.owner); in get_object_monitor_usage()
1101 destroy_jni_reference(calling_thread, ret.waiters[j]); in get_object_monitor_usage()
1108 ret.waiters[i] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
1128 ret.waiters[offset + j] = (jthread)jni_reference(calling_thread, th); in get_object_monitor_usage()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dasyncinvoker-inl.h61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
83 Thread* calling_thread, in NotifyingAsyncClosure() argument
87 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
111 Thread* calling_thread, in NotifyingAsyncClosure() argument
115 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
H A Dasyncinvoker.cc104 Thread* calling_thread) in NotifyingAsyncClosureBase() argument
105 : invoker_(invoker), calling_thread_(calling_thread) { in NotifyingAsyncClosureBase()
106 calling_thread->SignalQueueDestroyed.connect( in NotifyingAsyncClosureBase()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dasyncinvoker-inl.h63 Thread* calling_thread);
87 Thread* calling_thread, in NotifyingAsyncClosure() argument
93 calling_thread), in NotifyingAsyncClosure()
118 Thread* calling_thread, in NotifyingAsyncClosure() argument
124 calling_thread), in NotifyingAsyncClosure()
H A Dasyncinvoker.cc108 Thread* calling_thread) in NotifyingAsyncClosureBase() argument
111 calling_thread_(calling_thread) { in NotifyingAsyncClosureBase()
112 calling_thread->SignalQueueDestroyed.connect( in NotifyingAsyncClosureBase()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dasyncinvoker-inl.h61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
83 Thread* calling_thread, in NotifyingAsyncClosure() argument
87 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
111 Thread* calling_thread, in NotifyingAsyncClosure() argument
115 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
H A Dasyncinvoker.cc68 Thread* calling_thread) in NotifyingAsyncClosureBase() argument
69 : invoker_(invoker), calling_thread_(calling_thread) { in NotifyingAsyncClosureBase()
70 calling_thread->SignalQueueDestroyed.connect( in NotifyingAsyncClosureBase()

12345