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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp407 // The stated purpose of this routine is to take care of save-on-entry
1486 uint care = 0; // Edges matcher cares about local
1513 svec->_kids[care++] = s;
1514 assert( care <= 2, "binary only for now" );

Completed in 73 milliseconds