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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1494 const char *opid; local
1622 for( expand_instr->reset(); (opid = expand_instr->iter()) != NULL; ) {
1624 // instead of 'opid' when looking up info internal to new_inst
1627 if ((exp_pos = node->_exprule->_newopers.index(opid)) != -1) {
1634 cnt, new_pos, exp_pos-node->num_opnds(), opid);
1643 exp_pos = node->operand_position_format(opid);
1662 cnt, new_pos, exp_pos, opid);
H A Dformssel.cpp1882 const char *opid = NULL; local
1891 for( expand_instr->reset(); (opid = expand_instr->iter()) != NULL; ) {
1892 fprintf(fp,"%s ", opid);

Completed in 78 milliseconds