Searched defs:last_lineno (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/adlc/ | ||
| H A D | archDesc.cpp | 790 static int last_lineno = -1; local 802 if (line == last_lineno) return 0; 803 last_lineno = line; |
Completed in 33 milliseconds