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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp138 TimePartitions _time_partitions; member in class:GCTimer
150 TimePartitions* time_partitions() { return &_time_partitions; }
173 TimePartitions* _time_partitions; member in class:TimePartitionPhasesIterator
177 TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), _next(0) { }

Completed in 552 milliseconds