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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp700 void PeepReplace::add_operand( int inst_num, char *inst_operand ) {
703 _operand_op_name.addName(inst_operand);
715 const char* inst_operand = _operand_op_name.iter(); local
717 void PeepReplace::next_operand(int &inst_num, const char* &inst_operand) { argument
720 inst_operand = _operand_op_name.iter();

Completed in 34 milliseconds