Searched refs:attr_parse (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp157 Attribute *attr_parse(char *ident);// Parse instr/operand attribute rule
H A Dadlparse.cpp245 Attribute *temp = attr_parse(ident);
478 (attr->_atype == OP_ATTR)) oper->_attribs = attr_parse(ident);
3978 //------------------------------attr_parse-------------------------------------
3979 Attribute *ADLParser::attr_parse(char* ident) { function in class:ADLParser

Completed in 31 milliseconds