Searched defs:monitor_count (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DAgent.hpp52 unsigned monitor_count; member in class:Agent
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp926 int monitor_count = 0; local
930 monitor_count++;
968 _max_monitors = monitor_count;
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp214 int monitor_count() const { return _monitor_count; } function in class:ciTypeFlow::StateVector
593 int monitor_count() const { return _state->monitor_count(); } function in class:ciTypeFlow::Block

Completed in 45 milliseconds