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

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp120 static const char* last_file_name = NULL; variable
129 if (file_name == last_file_name && line_no == last_line_no) return true;
193 last_file_name = file_name;

Completed in 30 milliseconds