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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp43 _time_stamp_index(0)
77 tty->print_cr("GC-Thread %u entries: %d", id(), _time_stamp_index);
78 for(uint i=0; i<_time_stamp_index; i++) {
87 _time_stamp_index = 0;
157 GCTaskTimeStamp* time_stamp = time_stamp_at(_time_stamp_index++);
H A DgcTaskThread.hpp45 uint _time_stamp_index; member in class:GCTaskThread

Completed in 31 milliseconds