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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp224 char *get_unique_ident(FormDict &dict, const char *nameDescription);
H A Dadlparse.cpp151 if( (ident = get_unique_ident(_globalNames,"instruction")) == NULL )
407 if( (ident = get_unique_ident(_globalNames,"operand")) == NULL )
502 if( (ident = get_unique_ident(_globalNames,"opclass")) == NULL )
561 if( (ident = get_unique_ident(_globalNames,"inst_attrib")) == NULL )
596 if( (ident = get_unique_ident(_globalNames,"op_attrib")) == NULL )
3858 ident = get_unique_ident(instr->_localNames,"Operand");
4440 //------------------------------get_unique_ident------------------------------
4443 char *ADLParser::get_unique_ident(FormDict& dict, const char* nameDescription){ function in class:ADLParser
4572 if( (ident = get_unique_ident(operands, "operand")) == NULL) {
4638 if( (ident = get_unique_ident(effect
[all...]

Completed in 93 milliseconds