Searched refs:xmlStream (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp31 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 Dxmlstream.cpp36 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 Dostream.cpp352 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 DcompileLog.hpp38 class CompileLog : public xmlStream {
72 void name(Symbol* s) { xmlStream::name(s); }
H A DcompileLog.cpp85 // 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 DcompileBroker.hpp124 void log_task(xmlStream* log);
H A DcompileBroker.cpp498 void CompileTask::log_task(xmlStream* log) {
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp91 xmlStream *_xml;
H A DidealGraphPrinter.cpp163 _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp55 class xmlStream;
395 static void write_dependency_to(xmlStream* xtty,
H A Dnmethod.hpp107 class xmlStream;
632 void log_identity(xmlStream* log) const;
H A Ddependencies.cpp469 void Dependencies::write_dependency_to(xmlStream* xtty,
H A Dnmethod.cpp899 void nmethod::log_identity(xmlStream* log) const {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp256 void log_nmethod_identity(xmlStream* log);
H A DciMethod.cpp1054 void ciMethod::log_nmethod_identity(xmlStream* log) {

Completed in 81 milliseconds