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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp543 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 Dadlparse.cpp2698 char *inst_op = get_ident_dup(); local
2699 if( inst_op == NULL ) {
2705 replace->add_operand( inst_num, inst_op );

Completed in 1772 milliseconds