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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp1211 char *token2 = get_expr("return address entry", ")"); local
1212 if (token2 == NULL) {
1217 if (native) { frame->_c_return_addr = token2; }
1218 else { frame->_return_addr = token2; }
4244 char *token2 = get_expr(description, ")"); local
4248 if (include_location && _AD._adlocation_debug && !is_int_token(token2, junk)) {
4252 char* result = (char *)malloc(strlen(location) + strlen(token2) + strlen(end_loc) + 1);
4254 strcat(result, token2);
4256 token2 = result;
4259 return token2;
[all...]

Completed in 53 milliseconds