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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp648 int intval = 0; local
654 else if( ADLParser::is_int_token(cost, intval) ) {
656 _min_value = intval;
657 _max_value = intval;
H A Dadlparse.cpp4988 bool ADLParser::is_int_token(const char* token, int& intval) { argument
4998 intval = atoi(token);

Completed in 102 milliseconds