Searched refs:print_raw (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp214 // strings, here we use snprintf() and print_raw() instead.
215 file->print_raw("<compilation_log thread='");
217 file->print_raw(buf);
274 file->print_raw("]]><![CDATA[");
H A Ddisassembler.cpp419 st->print_raw(raw, (int) flen);
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp158 st.print_raw(pure_name);
159 st.print_raw(long_name);
227 st.print_raw(pure_name);
228 st.print_raw(long_name);
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp198 out->print_raw ("# ");
811 // Only out.print_raw() and out.print_raw_cr() should be used, as other
945 out.print_raw("# An error report file with more information is saved as:\n# ");
988 out.print_raw ("# -XX:OnError=\"");
989 out.print_raw (OnError);
995 out.print_raw ("# Executing ");
997 out.print_raw ("/bin/sh -c ");
999 out.print_raw ("/usr/bin/sh -c ");
1001 out.print_raw ("\"");
1002 out.print_raw (cm
[all...]
H A Dostream.cpp206 print_raw(buf);
215 print_raw(prefix);
217 print_raw(suffix);
226 print_raw(prefix);
232 print_raw(buffer);
234 print_raw(error_time);
236 print_raw(suffix);
948 _outer_stream->print_raw(c, (int)len);
H A Dostream.hpp85 void print_raw(const char* str) { write(str, strlen(str)); } function in class:outputStream
86 void print_raw(const char* str, int len) { write(str, len); } function in class:outputStream
H A Ddebug.cpp186 out.print_raw("[error suppressed at ");
187 out.print_raw(base_name);
203 out.print_raw ("# after -XX: or in .hotspotrc: SuppressErrorAt=");
204 out.print_raw (base_name);
H A Devents.hpp275 out->print_raw(lm);
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp65 st->print_raw(m);
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp96 out->print_raw((const char*)addr, ba->length());
H A DdiagnosticCommand.cpp210 output()->print_raw((const char*)addr, ba->length());
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp885 st.print_raw(h_name->as_utf8());
886 st.print_raw(".class");
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp426 st->print_raw("thr "); TaskQueueStats::print_header(1, st); st->cr();
427 st->print_raw("--- "); TaskQueueStats::print_header(2, st); st->cr();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1792 out.print_raw("Current thread is ");
2303 st->print_raw(buf, bytes);
5042 for (i = 0; i < 78; i++) err.print_raw("=");
5045 for (i = 0; i < 78; i++) err.print_raw("-");
5048 for (i = 0; i < 78; i++) err.print_raw("=");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1583 out.print_raw("Current thread is ");
2125 st->print_raw(buf, bytes);
4829 for (i = 0; i < 78; i++) err.print_raw("=");
4832 for (i = 0; i < 78; i++) err.print_raw("-");
4835 for (i = 0; i < 78; i++) err.print_raw("=");
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp940 // tty->print_raw("init_system_properties_values: native lib path: ");
1863 out.print_raw("Current thread is ");
2234 st->print_raw(buf, bytes);
4447 for (i = 0; i < 78; i++) err.print_raw("=");
4450 for (i = 0; i < 78; i++) err.print_raw("-");
4453 for (i = 0; i < 78; i++) err.print_raw("=");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3745 st->print_raw("thr "); TaskQueueStats::print_header(1, st); st->cr();
3746 st->print_raw("--- "); TaskQueueStats::print_header(2, st); st->cr();
3758 st->print_raw("tot "); totals.print(st); st->cr();

Completed in 654 milliseconds