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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.hpp39 static unsigned int _total_invocations; member in class:PSMarkSweep
87 static unsigned int total_invocations() { return _total_invocations; }
H A DpsMarkSweep.cpp59 unsigned int PSMarkSweep::_total_invocations = 0; member in class:PSMarkSweep
139 _total_invocations++;
H A DpsParallelCompact.cpp837 unsigned int PSParallelCompact::_total_invocations = 0; member in class:PSParallelCompact
1026 _total_invocations++;

Completed in 69 milliseconds