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

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp60 int _lineno; member in class:VMError
H A DvmError.cpp93 _lineno = 0;
105 _lineno = lineno;
126 _lineno = lineno;
147 _lineno = 0;
232 } else if (_filename != NULL && _lineno > 0) {
238 p ? p + 1 : _filename, _lineno,
409 if (_filename != NULL && _lineno > 0) {
423 sprintf(buf + len, ":%d", _lineno);

Completed in 24 milliseconds