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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp490 static int _ICmiss_index; // length of IC miss histogram member in class:SharedRuntime
H A DsharedRuntime.cpp183 int SharedRuntime::_ICmiss_index = 0; member in class:SharedRuntime
189 for (int i = 0; i < _ICmiss_index; i++) {
195 int index = _ICmiss_index++;
196 if (_ICmiss_index >= maxICmiss_count) _ICmiss_index = maxICmiss_count - 1;
205 for (int i = 0; i < _ICmiss_index; i++) {

Completed in 40 milliseconds