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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java328 long icval = ic >> 3;
329 if ((ic & 4) != 0) icval += CompileThreshold;
330 if (mileage < icval) mileage = icval;
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp823 int icval = ic->count(); local
824 if (ic->carry()) icval += CompileThreshold;
825 if (mileage < icval) mileage = icval;

Completed in 28 milliseconds