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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DEventLocation.java37 int _line = -1; field in class:EventLocation
53 return _line;
93 _line = line;
110 sbuffer.append("Line number = " + _line);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java45 private StringBuffer _line; field in class:IndentPrinter
49 * Holds the currently accumulating text that follows {@link #_line}.
82 _line = new StringBuffer( 80 );
102 _line.append( _text );
121 _line.append( _text );
174 // The line consists of the text accumulated in _line,
178 // - A space is printed, so _text is added to _line and
182 // to _line, the _text is added to _line, and a new
194 _thisIndent + _line
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.hpp97 int _line; // First line of region member in class:FileBuffRegion
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java77 private int _line; // Source file line number field in class:SyntaxTreeNode
94 _line = 0;
103 _line = line;
114 _line = 0;
123 _line = line;
133 if (_line > 0) return _line;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DErrorMsg.java44 private int _line; field in class:ErrorMsg
191 _line = 0;
197 _line = 0;
204 _line = line;
209 _line = line;
229 _line = node.getLineNumber();
235 _line = node.getLineNumber();
244 _line = node.getLineNumber();
268 if (_line > 0) {
270 result.append(Integer.toString(_line));
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp746 int _line; member in class:CompressedLineNumberWriteStream
749 CompressedLineNumberWriteStream(int initial_size) : CompressedWriteStream(initial_size), _bci(0), _line(0) {}
750 CompressedLineNumberWriteStream(u_char* buffer, int initial_size) : CompressedWriteStream(buffer, initial_size), _bci(0), _line(0) {}
757 int line_delta = line - _line;
759 _line = line;
796 int _line; member in class:CompressedLineNumberReadStream
804 int line() const { return _line; }
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp915 int _line; member in struct:JavaThread::__anon454
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1011 int _line; member in class:LIR_Op
1036 , _line(0)
1049 , _line(0)
1063 _line = line;
1882 int _line; member in class:LIR_List
1899 op->set_file_and_line(_file, _line);
1901 _line = 0;

Completed in 682 milliseconds