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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp37 int _c1_count, _c2_count; member in class:SimpleThresholdPolicy
60 int c1_count() const { return _c1_count; }
62 void set_c1_count(int x) { _c1_count = x; }
95 SimpleThresholdPolicy() : _c1_count(0), _c2_count(0) { }

Completed in 99 milliseconds