Searched refs:current_pending_monitor (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp157 ObjectMonitor *enter_obj = thread->current_pending_monitor();
323 waitingToLockMonitor = (ObjectMonitor*)jt->current_pending_monitor();
373 waitingToLockMonitor = (ObjectMonitor*)currentThread->current_pending_monitor();
825 waitingToLockMonitor = (ObjectMonitor*)currentThread->current_pending_monitor();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp123 ObjectMonitor *pending_monitor = thread()->current_pending_monitor();
210 mark->monitor() == thread()->current_pending_monitor()) {
H A Dthread.hpp453 ObjectMonitor* current_pending_monitor() { function in class:Thread
H A Dthread.cpp4215 address pending = (address)p->current_pending_monitor();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp664 mon = java_thread->current_pending_monitor();
750 ObjectMonitor *mon = java_thread->current_pending_monitor();

Completed in 131 milliseconds