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

/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/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/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp96 : _bfr(bufr), _sol(soln), _line(ln), _offset(off), _length(len) {
110 FileBuffRegion *br = new FileBuffRegion(_bfr,_sol,_line,_offset,_length);
140 FileBuffRegion *nr = new FileBuffRegion(_bfr,_sol,_line,_offset,_length);
151 _line = br->_line; // Also use earlier line
247 int len = printline( os, _bfr->_fp->_name, _line, s, skip, _length );
257 printline( os, _bfr->_fp->_name, _line+1, s2, -1, len ); // Print&underline
267 len = printline( os, _bfr->_fp->_name, _line+1, s2, -1, len ); // Line 2
269 printline( os, _bfr->_fp->_name, _line+2, s3, -1, len ); // Line 3
276 int cline = _line
[all...]
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/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/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/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; }
H A DmethodOop.cpp1420 _line = 0;
1431 _line += read_signed_int();
1435 _line += next & 0x7;
/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;
H A Dc1_LIR.cpp1124 , _line(0)
1139 _line = line;
1651 out->print(" (%s:%d)", _file, _line);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp915 int _line; member in struct:JavaThread::__anon454
H A Dthread.cpp772 _jmp_ring[index]._line = line;

Completed in 212 milliseconds