Searched refs:xmlStream (Results 1 - 15 of 15) sorted by relevance
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | xmlstream.hpp | 31 class xmlStream; 38 friend class xmlStream; 42 xmlStream* _outer_xmlStream; 54 // Use the xmlStream::text() stream to write unmarked text. 56 // Characters written directly to an xmlStream via print_cr, etc., 57 // are directly written to the encapsulated stream, xmlStream::out(). 61 class xmlStream : public outputStream { class in inherits:outputStream 76 xmlStream() {} function in class:xmlStream 97 xmlStream(outputStream* out) { initialize(out); } function in class:xmlStream 98 DEBUG_ONLY(virtual ~xmlStream();) [all...] |
H A D | xmlstream.cpp | 36 void xmlStream::initialize(outputStream* out) { 60 xmlStream::~xmlStream() { 66 void xmlStream::write(const char* s, size_t len) { 79 void xmlStream::write_text(const char* s, size_t len) { 117 void xmlStream::text(const char* format, ...) { 127 void xmlStream::va_tag(bool push, const char* format, va_list ap) { 142 void xmlStream::see_tag(const char* tag, bool push) { 176 void xmlStream::pop_tag(const char* tag) { 207 void xmlStream [all...] |
H A D | ostream.cpp | 352 xmlStream* xtty; 615 xmlStream* xs = new(ResourceObj::C_HEAP, mtInternal) xmlStream(file); 684 xmlStream* xs = _outer_xmlStream; 704 xmlStream* xs = _outer_xmlStream;
|
/openjdk7/hotspot/src/share/vm/compiler/ |
H A D | compileLog.hpp | 38 class CompileLog : public xmlStream { 72 void name(Symbol* s) { xmlStream::name(s); }
|
H A D | compileLog.cpp | 85 // see_tag, pop_tag: Override the default do-nothing methods on xmlStream. 92 xmlStream::see_tag(tag, push); 96 xmlStream::pop_tag(tag);
|
H A D | compileBroker.hpp | 124 void log_task(xmlStream* log);
|
H A D | compileBroker.cpp | 498 void CompileTask::log_task(xmlStream* log) {
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | idealGraphPrinter.hpp | 91 xmlStream *_xml;
|
H A D | idealGraphPrinter.cpp | 163 _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
|
/openjdk7/hotspot/src/share/vm/code/ |
H A D | dependencies.hpp | 55 class xmlStream; 395 static void write_dependency_to(xmlStream* xtty,
|
H A D | nmethod.hpp | 107 class xmlStream; 632 void log_identity(xmlStream* log) const;
|
H A D | dependencies.cpp | 469 void Dependencies::write_dependency_to(xmlStream* xtty,
|
H A D | nmethod.cpp | 899 void nmethod::log_identity(xmlStream* log) const {
|
/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciMethod.hpp | 256 void log_nmethod_identity(xmlStream* log);
|
H A D | ciMethod.cpp | 1054 void ciMethod::log_nmethod_identity(xmlStream* log) {
|
Completed in 81 milliseconds