Searched refs:Tally (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1132 int Tally = 0; local
1136 Tally ++ ;
1166 MonitorFreeCount += Tally;
H A DobjectMonitor.cpp1795 int Tally = 0 ; local
1802 ++Tally ;
1903 if (Tally != 0 && ObjectMonitor::_sync_Notifications != NULL) {
1904 ObjectMonitor::_sync_Notifications->inc(Tally) ;

Completed in 42 milliseconds