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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp59 static jlong _total_time_sweeping; // Accumulated time sweeping member in class:NMethodSweeper
74 static jlong total_time_sweeping() { return _total_time_sweeping; }
H A Dsweeper.cpp151 jlong NMethodSweeper::_total_time_sweeping = 0; member in class:NMethodSweeper
327 _total_time_sweeping += sweep_time;

Completed in 23 milliseconds