Searched refs:print_header (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhistogram.cpp80 void Histogram::print_header(outputStream* st) { function in class:Histogram
97 ((Histogram*)this)->print_header(st);
H A Dhistogram.hpp101 virtual void print_header(outputStream* st);
H A Dtaskqueue.cpp63 void TaskQueueStats::print_header(unsigned int line, outputStream* const stream, function in class:TaskQueueStats
H A Dtaskqueue.hpp108 static void print_header(unsigned int line, outputStream* const stream = tty,
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp118 static void print_header(outputStream* st);
H A Dsafepoint.cpp1133 static void print_header() { function
1283 print_header();
H A Dfprofiler.cpp1541 void IntervalData::print_header(outputStream* st) { function in class:IntervalData
1570 IntervalData::print_header(tty);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp133 tty->print("thr "); TaskQueueStats::print_header(1); tty->cr();
134 tty->print("--- "); TaskQueueStats::print_header(2); tty->cr();
/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/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();

Completed in 85 milliseconds