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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp733 uint defidx = Find_id(n); local
738 if( defidx < _maxlrg ) {
742 if( lrgs(defidx).reg() < LRG::SPILL_REG ) {
844 if( defidx >= _maxlrg ) {
847 LRG &deflrg = lrgs(defidx);
850 if( copyidx && defidx == n2lidx(n->in(copyidx)) ) {
1138 uint slidx = lrg2reach[defidx];
1229 uint defidx = lidxs.at(slidx); local
1231 if( !liveout->member(defidx) ) {
1233 // The index defidx i
1372 uint defidx = Find(n); local
[all...]

Completed in 33 milliseconds