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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1102 static int normalize_int_widen( jint lo, jint hi, int w ) { function
1116 w = normalize_int_widen(lo, hi, w);
1162 int w = normalize_int_widen(_hi,_lo, WidenMax-_widen);

Completed in 45 milliseconds