Searched defs:optype (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java213 String optype)
216 error(a, b, "hashcode failed for "+optype);
219 error(a, b, "equals failed for "+optype);
212 checkEqual(RectListImpl a, RectListImpl b, String optype) argument
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1244 const char *opret, *opname, *optype; local
1245 oper->_matrule->base_operand(position,_globalNames,opret,opname,optype);
1247 const char *type = getIdealType(optype);
1256 fprintf(fp," return %s;", getIdealType(optype));
H A Dadlparse.cpp319 const char *optype = NULL; local
321 if (right->base_operand(position, _globalNames, result, name, optype)) {
332 ChainList *lst = (ChainList *)_AD._chainRules[optype];
335 _AD._chainRules.Insert(optype, lst);
4549 parse_err(SYNERR, "optype identifier expected at %c\n", _curchar);
H A Doutput_c.cpp3628 const char *optype = NULL; local
3633 && mnode->base_operand(position, globals, result, name, optype) ) {
3634 if ( strcmp(optype,"ConI") == 0 ) {
3636 } else if ( (strcmp(optype,"ConP") == 0) ) {
3638 } else if ( (strcmp(optype,"ConN") == 0) ) {
3640 } else if ( (strcmp(optype,"ConF") == 0) ) {
3642 } else if ( (strcmp(optype,"ConD") == 0) ) {
3644 } else if ( (strcmp(optype,"ConL") == 0) ) {
3646 } else if ( (strcmp(optype,"Con")==0) ) {
3650 } else if ( (strcmp(optype,"Boo
[all...]

Completed in 1339 milliseconds