Searched refs:as_opcode_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp413 static Opcode::opcode_type as_opcode_type(const char *designator);
H A Doutput_c.cpp1930 if ( Opcode::as_opcode_type(rep_var) != Opcode::NOT_AN_OPCODE ) {
1988 else if( Opcode::as_opcode_type(inst_rep_var) != Opcode::NOT_AN_OPCODE ) {
2396 if ( Opcode::as_opcode_type(rep_var) != Opcode::NOT_AN_OPCODE ) {
2397 if (!_inst._opcode->print_opcode(_fp, Opcode::as_opcode_type(rep_var) )) {
2450 else if( Opcode::as_opcode_type(inst_rep_var) != Opcode::NOT_AN_OPCODE ) {
2453 if (!_inst._opcode->print_opcode(_fp, Opcode::as_opcode_type(inst_rep_var) )) {
H A Dadlparse.cpp2966 (Opcode::as_opcode_type(param) == Opcode::NOT_AN_OPCODE) &&
H A Dformssel.cpp1672 Opcode::opcode_type Opcode::as_opcode_type(const char *param) { function in class:Opcode

Completed in 72 milliseconds