Searched defs:oper (Results 1 - 14 of 14) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java561 * @param oper the <code>OperationDef</code> object to use to create the list
568 public NVList create_operation_list(org.omg.CORBA.Object oper) argument
571 // did not have a create_operation_list(...CORBA.Object oper) method,
572 // so lets check if it has a create_operation_list(OperationDef oper)
586 // create_operation_list(OperationDef oper) method.
592 java.lang.Object[] argx = { oper };
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp95 uint MachOper::cmp( const MachOper &oper ) const {
97 return opcode() == oper.opcode();
108 uint labelOper::cmp( const MachOper &oper ) const {
109 return (opcode() == oper.opcode()) && (_label == oper.label());
120 uint methodOper::cmp( const MachOper &oper ) const {
121 return (opcode() == oper.opcode()) && (_method == oper.method());
215 const MachOper* oper = memory_operand(); local
217 if (oper
250 const MachOper* oper = memory_inputs(base, index); local
[all...]
H A Dlcm.cpp194 const MachOper* oper = mach->memory_inputs(base, index); local
195 if (oper == NULL || oper == (MachOper*)-1) {
H A Dmachnode.hpp138 virtual uint cmp( const MachOper &oper ) const;
844 MachTempNode(MachOper* oper) { argument
849 _opnds[0] = oper;
885 virtual uint cmp( const MachOper &oper ) const;
912 virtual uint cmp( const MachOper &oper ) const;
H A Dmatcher.cpp1661 const MachOper* oper = mach->memory_operand(); local
1662 if (oper != NULL && oper != (MachOper*)-1) {
H A Dcompile.cpp3463 Compile::Constant Compile::ConstantTable::add(MachConstantNode* n, MachOper* oper) { argument
3465 BasicType type = oper->type()->basic_type();
3467 case T_LONG: value.j = oper->constantL(); break;
3468 case T_FLOAT: value.f = oper->constantF(); break;
3469 case T_DOUBLE: value.d = oper->constantD(); break;
3471 case T_ADDRESS: value.l = (jobject) oper->constant(); break;
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp440 void ArchDesc::build_chain_rule(OperandForm *oper) { argument
445 if ((oper->_matrule) && (oper->_matrule->_lChild == NULL) &&
446 (oper->_matrule->_rChild == NULL)) {
449 const Form *form = _globalNames[oper->_matrule->_opType];
452 add_chain_rule_entry(oper->_matrule->_opType, oper->cost(), oper->_ident);
456 if (oper->_matrule->_next) {
457 rule = oper
902 OperandForm *oper = form->is_operand(); local
[all...]
H A DarchDesc.hpp226 void build_chain_rule(OperandForm *oper);
316 void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals,
394 virtual void map(OperandForm &oper) { } argument
H A Doutput_h.cpp198 static void declareConstStorage(FILE *fp, FormDict &globals, OperandForm *oper) { argument
202 if (oper->num_consts(globals) == 0) return;
204 oper->_components.reset();
205 if ((comp = oper->_components.iter()) == NULL) {
206 assert(oper->num_consts(globals) == 1, "Bad component list detected.\n");
207 const char *type = oper->ideal_type(globals);
242 oper->_components.reset();
243 while ((comp = oper->_components.iter()) != NULL) {
368 static void defineCCodeDump(OperandForm* oper, FILE *fp, int i) { argument
369 assert(oper !
380 dump_spec_constant(FILE *fp, const char *ideal_type, uint i, OperandForm* oper) argument
420 gen_oper_format(FILE *fp, FormDict &globals, OperandForm &oper, bool for_c_file = false) argument
1155 OperandForm *oper; local
2048 map(OperandForm &oper) argument
2103 map(OperandForm &oper) argument
[all...]
H A Dadlparse.cpp401 OperandForm *oper; local
409 oper = new OperandForm(ident); // Create new operand form
410 oper->_linenum = linenum();
411 _globalNames.Insert(ident, oper); // Add name to the name table
422 else get_oplist(oper->_parameters, oper->_localNames); // Parse the component operand list
436 if (!strcmp(ident, "predicate")) oper->_predicate = pred_parse();
439 rule = oper->_matrule;
443 rule->_next = match_parse(oper->_localNames);
445 rule->_next->_result = oper
1751 OperandForm *oper; local
3826 OperandForm *oper; local
4561 OperandForm *oper = form->is_operand(); local
[all...]
H A Dformssel.cpp625 OperandForm *oper = form->is_operand(); local
626 if( oper && oper->is_user_name_for_sReg() ) {
628 oper = oper; // debug stopping point !!!!!
1043 const OperandForm *oper = form->is_operand(); local
1044 if ( opc && (oper == NULL) ) {
1046 } else if ( oper ) {
1048 Form::DataType type = oper->is_base_constant(globals);
1197 OperandForm *oper local
1303 OperandForm* oper = form->is_operand(); local
2109 OperandForm *oper = form ? form->is_operand() : NULL; local
2283 OperandForm *oper = form ? form->is_operand() : NULL; local
2344 OperandForm *oper = form ? form->is_operand() : NULL; local
2383 OperandForm *oper = form ? form->is_operand() : NULL; local
2578 OperandForm *oper = constant_operand(globals, const_index); local
3345 OperandForm *oper = globals[mnode->_opType]->is_operand(); local
3756 OperandForm *oper = form->is_operand(); local
[all...]
H A Doutput_c.cpp2315 OperandForm *oper = local->is_operand(); local
2316 const RegDef* first = oper->get_RegClass()->find_first_elem();
2667 static void defineIn_RegMask(FILE *fp, FormDict &globals, OperandForm &oper) { argument
2668 uint num_edges = oper.num_edges(globals);
2672 oper._ident);
2679 const char* first_reg_class = oper.in_reg_class(0, globals);
2684 const char* some_reg_class = oper.in_reg_class(index, globals);
2705 const char *reg_class = oper.in_reg_class(index, globals);
2731 static void defineClone(FILE *fp, FormDict &globalNames, OperandForm &oper) { argument
2732 fprintf(fp,"MachOper *%sOper::clone(Compile* C) const {\n", oper
2757 rep_var_to_operand(const char *encoding, OperandForm &oper, FormDict &globals) argument
2777 rep_var_to_constant_index(const char *encoding, OperandForm &oper, FormDict &globals) argument
2801 is_regI(const char *encoding, OperandForm &oper, FormDict &globals ) argument
2817 is_conP(const char *encoding, OperandForm &oper, FormDict &globals ) argument
2835 define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals, const char *name, const char *encoding) argument
2982 OperandForm *oper; local
3249 map(OperandForm &oper) argument
3280 map(OperandForm &oper) argument
3310 map(OperandForm &oper) argument
3340 map(OperandForm &oper) argument
3357 map(OperandForm &oper) argument
3379 map(OperandForm &oper) argument
4139 OperandForm *oper = form ? form->is_operand() : NULL; local
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java600 * @param oper operation def to use to create list
605 public synchronized NVList create_operation_list(org.omg.CORBA.Object oper) argument
H A DORBSingleton.java290 create_operation_list(org.omg.CORBA.Object oper) { argument

Completed in 102 milliseconds