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

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp121 static int last_line_no = -1; variable
129 if (file_name == last_file_name && line_no == last_line_no) return true;
194 last_line_no = line_no;

Completed in 31 milliseconds