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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp556 char *aexpr; local
568 if ((aexpr = get_paren_expr("attribute default expression string")) == NULL) {
573 if (_AD._adl_debug > 1) fprintf(stderr,"Attribute Expression: %s\n", aexpr);
583 attrib = new AttributeForm(ident, INS_ATTR, aexpr);
591 char *aexpr; local
603 if ((aexpr = get_paren_expr("attribute default expression string")) == NULL) {
608 if (_AD._adl_debug > 1) fprintf(stderr,"Attribute Expression: %s\n", aexpr);
618 attrib = new AttributeForm(ident, OP_ATTR, aexpr);

Completed in 211 milliseconds