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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp677 if( !is_int_token(value, int_value) ) {
4248 if (include_location && _AD._adlocation_debug && !is_int_token(token2, junk)) {
4987 //---------------------------is_int_token--------------------------------------
4988 bool ADLParser::is_int_token(const char* token, int& intval) { function in class:ADLParser

Completed in 45 milliseconds