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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp86 int _phase_indices[PHASE_LEVELS]; member in class:PhasesStack
H A DgcTimer.cpp83 _phase_indices[_next_phase_level] = phase_index;
93 return _phase_indices[_next_phase_level];

Completed in 1554 milliseconds