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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp492 static address _ICmiss_at[maxICmiss_count]; // miss addresses member in class:SharedRuntime
H A DsharedRuntime.cpp185 address SharedRuntime::_ICmiss_at[SharedRuntime::maxICmiss_count]; member in class:SharedRuntime
190 if (_ICmiss_at[i] == at) {
197 _ICmiss_at[index] = at;
206 tty->print_cr(" at: " INTPTR_FORMAT " nof: %d", _ICmiss_at[i], _ICmiss_count[i]);

Completed in 65 milliseconds