Searched refs:is_entered (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp28 inline intptr_t ObjectMonitor::is_entered(TRAPS) const { function in class:ObjectMonitor
H A DobjectMonitor.hpp121 intptr_t is_entered(Thread* current) const;
H A Dsynchronizer.cpp202 assert(m->is_entered(THREAD), "invariant") ;
250 if (mark->has_monitor() && mark->monitor()->is_entered(THREAD)) {
737 return monitor->is_entered(thread) != 0 ;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2982 if (rmonitor->is_entered(thread)) {

Completed in 293 milliseconds