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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp238 char *get_paren_expr(const char *description, bool include_location = false);
H A Dadlparse.cpp568 if ((aexpr = get_paren_expr("attribute default expression string")) == NULL) {
603 if ((aexpr = get_paren_expr("attribute default expression string")) == NULL) {
1234 char *token = get_paren_expr("preserve_stack_slots");
2742 if ( (rule = get_paren_expr("pred expression", true)) == NULL ) {
3171 sizeOfInstr = get_paren_expr("size expression");
3958 if ((params = get_paren_expr("rewrite parameters")) == NULL) {
3984 if ( (cost = get_paren_expr("attribute")) == NULL ) {
4238 // Sets _curchar to '(' so that get_paren_expr will search for a matching ')'
4239 char *ADLParser::get_paren_expr(const char *description, bool include_location) { function in class:ADLParser
4348 param = get_paren_expr(descriptio
[all...]

Completed in 32 milliseconds