Searched refs:Not_in_list (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp103 return Not_in_list;
H A Dforms.hpp338 enum { Not_in_list = -1 }; enumerator in enum:NameList::__anon114
H A Doutput_c.cpp529 if (NameList::Not_in_list == stage) {
1176 assert( left_op_index != NameList::Not_in_list, "Did not find operand in instruction");
1200 assert( right_op_index != NameList::Not_in_list, "Did not find operand in instruction");
1321 // assert( op_index != NameList::Not_in_list, "Did not find operand in instruction");
1357 if( inst_op_num == NameList::Not_in_list )
1359 assert( inst_op_num != NameList::Not_in_list, "Did not find operand as USE");
1631 if (new_pos != NameList::Not_in_list) {
H A Dformssel.cpp1186 if( def_oper == NameList::Not_in_list && instr->num_opnds() == num_opnds()) {
3025 return Not_in_list;
3048 return Not_in_list;
H A Doutput_h.cpp1614 assert( idx != NameList::Not_in_list, "Did not find component in list that contained it.");

Completed in 89 milliseconds