Searched refs:op_name (Results 1 - 7 of 7) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java83 public String op_name() method in class:ServerRequest
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A D_BindingIteratorImplBase.java54 switch (((java.lang.Integer) _methods.get(r.op_name())).intValue()) {
H A D_NamingContextImplBase.java61 switch (((java.lang.Integer) _methods.get(r.op_name())).intValue()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp59 static const char* op_name(Bytecodes::Code op);
H A Dc1_InstructionPrinter.cpp66 const char* InstructionPrinter::op_name(Bytecodes::Code op) { function in class:InstructionPrinter
196 output()->print(" %s ", op_name(instr->op()));
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1179 const char *op_name = NULL; local
1182 cisc_spill_operand = _matrule->matchrule_cisc_spill_match(globals, AD.get_registers(), instr->_matrule, op_name, reg_type);
1183 if( (cisc_spill_operand != Not_cisc_spillable) && (op_name != NULL) && equivalent_predicates(this, instr) ) {
1184 cisc_spill_operand = operand_position(op_name, Component::USE);
1185 int def_oper = operand_position(op_name, Component::DEF);
1193 fprintf(stderr, " using operand %s %s at index %d\n", reg_type, op_name, cisc_spill_operand);
1951 const char *op_name; local
1952 while( (op_name = op_list.iter()) != NULL ) {
1953 const Form *form = globals[op_name];
1971 const char *op_name; local
[all...]
H A Doutput_c.cpp1313 // static Form::DataType get_operand_type(FormDict &globals, InstructForm *instr, const char *op_name ) {
1314 // int op_index = instr->operand_position(op_name, Component::USE);
1316 // op_index = instr->operand_position(op_name, Component::DEF);
1318 // op_index = instr->operand_position(op_name, Component::USE_DEF);
1346 const char *op_name; local
1350 for( preplace->next_operand( inst_num, op_name );
1351 op_name != NULL;
1352 preplace->next_operand( inst_num, op_name ) ) {
1356 int inst_op_num = inst_form->operand_position(op_name, Component::USE);
1358 inst_op_num = inst_form->operand_position(op_name, Componen
[all...]

Completed in 54 milliseconds