Searched defs:print_cr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceTime.cpp47 GCTraceTime::GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer) : argument
48 _title(title), _doit(doit), _print_cr(print_cr), _timer(timer) {
82 gclog_or_tty->print_cr(", %3.7f secs]", seconds);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp149 tty->print_cr(", %3.7f secs]", _t.seconds());
156 bool print_cr,
159 _print_cr(print_cr),
204 _logfile->print_cr("");
155 TraceCPUTime(bool doit, bool print_cr, outputStream *logfile) argument
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp130 void outputStream::print_cr(const char* format, ...) { function in class:outputStream
291 print_cr("");
501 tty->print_cr("failed to open rotation log file %s due to %s\n",
619 xs->print_cr("<?xml version='1.0' encoding='UTF-8'?>");
650 xs->head("command"); xs->text()->print_cr("%s", Arguments::java_command());
654 xs->head("launcher"); xs->text()->print_cr("%s", Arguments::sun_java_launcher());
662 xs->text()->print_cr("%s=%s", p->key(), p->value());
764 _log_file->print_cr("<writer thread='" UINTX_FORMAT "'/>", writer_id);
853 xtty->print_cr("<!-- safepoint while printing -->");
964 void staticBufferStream::print_cr(cons function in class:staticBufferStream
[all...]

Completed in 49 milliseconds