Searched refs:inst_name (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp541 PeepChild(char *inst_name) argument
542 : _inst_num(-1), _inst_op(NULL), _inst_name(inst_name) {};
543 PeepChild(int inst_num, char *inst_op, char *inst_name) argument
544 : _inst_num(inst_num), _inst_op(inst_op), _inst_name(inst_name) {};
H A Doutput_c.cpp1079 const char* inst_name = NULL; local
1083 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1084 inst_name != NULL;
1085 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1103 inst_position, inst_position, inst_name);
1117 const char* inst_name = NULL; local
1121 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1122 inst_name != NULL;
1123 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1127 InstructForm *inst = globals[inst_name]
4214 const char *inst_name = inst->_ident; local
[all...]

Completed in 38 milliseconds