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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1169 int left_op_index = inst_left->operand_position(left_op, Component::USE); local
1170 if( left_op_index == -1 ) {
1171 left_op_index = inst_left->operand_position(left_op, Component::DEF);
1172 if( left_op_index == -1 ) {
1173 left_op_index = inst_left->operand_position(left_op, Component::USE_DEF);
1176 assert( left_op_index != NameList::Not_in_list, "Did not find operand in instruction");
1178 const char *left_comp_type = components_left.at(left_op_index)->_type;
1216 // left_index, left_op_base, left_op_index, left_op,
1225 if( left_op_index != 0 ) {
1226 assert( (left_index <= 9999) && (left_op_index <
[all...]

Completed in 41 milliseconds