Searched refs:inst_operand (Results 1 - 2 of 2) 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();
H A Dformsopt.hpp521 void add_operand( int inst_num, char *inst_operand );
526 void next_operand(int &inst_num, const char * &inst_operand );

Completed in 35 milliseconds