Searched refs:FormatBuffer (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.hpp51 class FormatBuffer : public FormatBufferBase { class in inherits:FormatBufferBase
53 inline FormatBuffer(const char * format, ...);
62 FormatBuffer(const FormatBuffer &); // prevent copies
66 inline FormatBuffer();
70 FormatBuffer<bufsz>::FormatBuffer(const char * format, ...) : FormatBufferBase(_buffer) { function in class:FormatBuffer
78 FormatBuffer<bufsz>::FormatBuffer() : FormatBufferBase(_buffer) { function in class:FormatBuffer
83 void FormatBuffer<bufs
[all...]
H A Devents.hpp138 class StringLogMessage : public FormatBuffer<256> {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.hpp32 typedef FormatBuffer<HRS_ERR_MSG_BUFSZ> hrs_err_msg;
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp53 class GCMessage : public FormatBuffer<1024> {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1342 FormatBuffer<1024>("#%d method %s @ %d", frame_no, m->name_and_sig_as_C_string(), bci), 2);
1380 FormatBuffer<1024>("#%d nmethod " INTPTR_FORMAT " for method %s%s", frame_no,
1390 FormatBuffer<1024>("#%d nmethod " INTPTR_FORMAT " for native method %s", frame_no,

Completed in 53 milliseconds