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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp353 // Conservative (and pessimistic) copy coalescing of those spills
380 // Return whether or not something spills.
381 uint spills = Select( ); local
384 while( spills ) {
437 // Return whether or not something spills.
438 spills = Select( );
469 // Convert CISC spills
1003 // This might result in more spills coloring into registers during
1417 return spill_reg-LRG::SPILL_REG; // Return number of spills
1488 C->check_node_count(0, "out of nodes fixing spills");
[all...]

Completed in 774 milliseconds