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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp136 void resource_parse(PipelineForm &pipe); // Parse resource definition
H A Dadlparse.cpp1337 if (!strcmp(ident, "resources" )) resource_parse(*pipeline);
1622 //------------------------------resource_parse----------------------------
1623 void ADLParser::resource_parse(PipelineForm &pipeline) { function in class:ADLParser
1643 fprintf(stderr, "resource_parse: identifier: %s\n", ident);
1707 //------------------------------resource_parse----------------------------

Completed in 54 milliseconds