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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp790 static int last_lineno = -1; local
802 if (line == last_lineno) return 0;
803 last_lineno = line;

Completed in 115 milliseconds