Searched refs:pmatch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/util/Resources/
H A DNewResourcesNames.java98 // BAD!! pmatch != match: 212 != 209
100 // BAD!! pmatch != match: 14 != 10
260 int pmatch = 0;
284 pmatch++;
348 if (pheadlen > 0 && pmatch != match) {
349 err(" BAD!! pmatch != match: " + pmatch + " != " + match);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1076 static void check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) { argument
1082 pmatch->reset();
1083 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1085 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1087 if( ! pmatch->is_placeholder() ) {
1114 static void build_instruction_index_mapping( FILE *fp, FormDict &globals, PeepMatch *pmatch ) {
1120 pmatch->reset();
1121 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1123 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1125 if( ! pmatch
1140 check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1332 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument
1430 PeepMatch *pmatch = peep->match(); local
1448 PeepMatch *pmatch = peep->match(); local
[all...]

Completed in 54 milliseconds