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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp870 uint old_last = cnt - 1; local
873 // If inpidx > old_last, then one of these new inputs is being
876 if( inpidx > old_last && ((inpidx - oopoff) & 1) == DERIVED ) {

Completed in 34 milliseconds