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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1356 int inst_op_num = inst_form->operand_position(op_name, Component::USE); local
1357 if( inst_op_num == NameList::Not_in_list )
1358 inst_op_num = inst_form->operand_position(op_name, Component::USE_DEF);
1359 assert( inst_op_num != NameList::Not_in_list, "Did not find operand as USE");
1390 inst_op_num, inst_num, inst_op_num,
1391 inst_op_num, inst_num, inst_op_num+1, inst_op_num );
1393 inst_num, inst_op_num );
[all...]

Completed in 40 milliseconds