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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.hpp41 static CFGPrinterOutput* _output; member in class:CFGPrinter
43 static CFGPrinterOutput* output() { assert(_output != NULL, ""); return _output; }
H A Dc1_CFGPrinter.cpp38 outputStream* _output; member in class:CFGPrinterOutput
49 outputStream* output() { assert(_output != NULL, ""); return _output; }
78 CFGPrinterOutput* CFGPrinter::_output = NULL; member in class:CFGPrinter
84 if (_output == NULL) {
85 _output = new CFGPrinterOutput();
109 : _output(new(ResourceObj::C_HEAP, mtCompiler) fileStream("output.cfg"))
H A Dc1_InstructionPrinter.hpp35 outputStream* _output; member in class:InstructionPrinter
51 , _output(output)
54 outputStream* output() { return _output; }
/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.cpp289 _output->print_cr(" ");
290 _output->print_cr("Native Memory Tracking:");
291 _output->print_cr(" ");
300 _output->print_cr("Total: reserved=%d%s, committed=%d%s",
305 _output->print_cr(" ");
331 _output->print_cr("-%26s (reserved=%d%s, committed=%d%s)",
336 _output->print_cr("%27s (classes #%d)", " ", _num_of_classes);
338 _output->print_cr("%27s (thread #%d)", " ", _num_of_threads);
339 _output->print_cr("%27s (stack: reserved=%d%s, committed=%d%s)", " ",
345 _output
[all...]
H A DdiagnosticFramework.hpp230 outputStream* _output; member in class:DCmd
234 _output = output;
253 outputStream* output() { return _output; }
H A DmemReporter.hpp174 outputStream* _output; member in class:BaselineTTYOutputer
187 _output = st;
H A DdiagnosticCommand.hpp78 Arguments::print_on(_output);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java76 if (_output != null) {
77 sb.append(_output.getName());
109 return _output;
113 _output = o;
164 if (_output != null) {
165 action.perform(_output);
180 if (_output != null) {
181 _output.accept(visitor);
202 if (_output != null) {
215 private BindingOutput _output; field in class:BindingOperation
[all...]
H A DOperation.java77 if (_output != null) {
78 sb.append(_output.getName());
110 return _output;
114 _output = o;
151 if (_output != null) {
152 action.perform(_output);
165 if (_output != null) {
166 _output.accept(visitor);
187 if (_output != null) {
247 private Output _output; field in class:Operation
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp113 _output = NULL;
134 _output = stream;
137 _output = stream;
154 _output = _stream;
163 _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
184 if (_stream == _output) {
185 _output = NULL;
190 if (_output) {
191 delete _output;
192 _output
[all...]
H A DidealGraphPrinter.hpp92 outputStream *_output; member in class:IdealGraphPrinter
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java89 private Output _output; field in class:Parser
119 _output = null;
138 if (_output != null) {
139 if (_output.getImportPrecedence() <= output.getImportPrecedence()) {
140 String cdata = _output.getCdata();
141 output.mergeOutput(_output);
142 _output.disable();
143 _output = output;
150 _output = output;
155 return _output;
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp152 outputStream* _output; member in class:decode_env
226 outputStream* output() { return _output; }
235 _output = output ? output : tty;
296 outputStream* st = _output;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java236 private OutputStream _output; field in class:BaseMarkupSerializer
296 _output = output;
310 _output = null;
347 if ( _writer == null && _output == null ) {
358 if ( _output != null ) {
359 _writer = _encodingInfo.getWriter(_output);

Completed in 366 milliseconds