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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1067 static void print_block_index(FILE *fp, int inst_position) { argument
1068 assert( inst_position >= 0, "Instruction number less than zero");
1070 if( inst_position != 0 ) {
1071 fprintf(fp, " - %d", inst_position);
1078 int inst_position = 0; local
1083 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1085 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1092 print_block_index(fp, inst_position);
1094 print_block_index(fp, inst_position);
1095 fprintf(fp, ");\n inst%d = (n->is_Mach()) ? ", inst_position);
1116 int inst_position = 0; local
[all...]

Completed in 43 milliseconds