Searched refs:max_position (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | formsopt.hpp | 463 int max_position();
|
H A D | output_c.cpp | 1332 static void generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) { 1408 fprintf(fp, " deleted = %d;\n", max_position+1 /*zero to one based*/); 1427 int max_position = 0; local 1432 if( max_position < pmatch->max_position() ) max_position = pmatch->max_position(); 1434 for( int i = 0; i <= max_position; ++i ) { 1470 generate_peepreplace( fp, _globalNames, pmatch, pconstraint, preplace, max_position );
|
H A D | formsopt.cpp | 609 int PeepMatch::max_position() { function in class:PeepMatch
|
Completed in 55 milliseconds