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

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp442 static void lower_pressure( LRG *lrg, uint where, Block *b, uint *pressure, uint *hrp_index ) {
447 hrp_index[1] = where;
458 hrp_index[0] = where;
510 uint pressure[2], hrp_index[2]; local
512 hrp_index[0] = hrp_index[1] = last_inst+1;
580 hrp_index[0]--;
581 hrp_index[1]--;
601 hrp_index[0] = j-1;
616 hrp_index[
655 lower_pressure( &lrgs(r), j-1, b, pressure, hrp_index ); local
668 lower_pressure( &lrgs(x), j-1, b, pressure, hrp_index ); local
[all...]

Completed in 32 milliseconds